DELETE
/
subscription_ondelete_v2
/
curl --request DELETE \
  --url https://api.ekhodealer.com/subscription_ondelete_v2/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "oemKey": "<string>",
  "brandKey": "<string>",
  "subscriptionId": "<string>"
}'
{
  "success": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Successfully deleted the subscription to a webhook event.

The response is of type object.