Skip to main content
POST
/
subscriptions
/
delete
curl --request POST \
  --url https://api.nevua.markets/subscriptions/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subscriptionIds": [
    "507f191e810c19729de860ea"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
subscriptionIds
string[]
required

Response

Subscriptions deleted successfully

The response is of type object.