Delete Subscription
DELETE
DELETE
https://api.atzcrm.com/v1/subscribe/:idDelete an existing webhook subscription by its unique ID.
Request
DELETE
DELETE /v1/subscribe/:id
Path Parameter
- id
numberReplace
:idwith the subscription's unique identifier.
Headers
- Authorization: Bearer your_access_token
Response
200
Body
- message
stringExample: Webhook Subscription Deleted Successfully!
401
Error
- Unauthorized
404
Error
- Subscription does not exist
Response Example
{
"message": "Webhook Subscription Deleted Successfully!"
}