curl --request POST \
--url https://api.nevua.markets/subscriptions/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": [
"507f191e810c19729de860ea"
]
}
'{}Alerts
Delete subscriptions
Delete one or more subscriptions by their IDs. Only subscriptions belonging to the authenticated user can be deleted.
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"
]
}
'{}Was this page helpful?