Skip to main content
Notifications

Delete a notification subscription

DELETE/v1/notifications/{id}

Authorization

accessKey
x-access-key<token>

In: header

Path Parameters

id*string

Notification subscription ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/notifications/string"
{
  "success": true,
  "message": "string"
}
{
  "success": true,
  "message": "string"
}
{
  "success": true,
  "message": "string"
}