cURL
single_subscription
curl --request POST \ --url https://api.nevua.markets/subscriptions/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subscriptionIds": [ "507f191e810c19729de860ea" ] } '
200
success
{}
Delete one or more subscriptions by their IDs. Only subscriptions belonging to the authenticated user can be deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscriptions deleted successfully
The response is of type object.
object
Was this page helpful?