Skip to main content
POST
/
subscriptions
/
commands
/
delete
Delete subscription by ID
curl --request POST \
  --url https://api.example.com/subscriptions/commands/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "subscriptionId": "<string>"
}
'
{}

Body

application/json
subscriptionId
string
required

Response

Subscription successfully deleted

The response is of type object.