Skip to main content
DELETE
/
core
/
v1
/
notifications
/
{id}
Delete Subscription
curl --request DELETE \
  --url https://api.dev.name.com/core/v1/notifications/{id} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.

Path Parameters

id
integer
required

ID of the subscription to delete.

Response

Subscription successfully deleted.

I