Skip to main content
Delete Subscription
DELETE
DELETE
https://api.atzcrm.com/v1/subscribe/:id

Delete an existing webhook subscription by its unique ID.

Request

DELETE

DELETE /v1/subscribe/:id

Path Parameter

  • idnumber

    Replace :id with the subscription's unique identifier.

Headers

  • Authorization: Bearer your_access_token

Response

200

Body

  • messagestring

    Example: Webhook Subscription Deleted Successfully!

401

Error

  • Unauthorized
404

Error

  • Subscription does not exist

Response Example

{
"message": "Webhook Subscription Deleted Successfully!"
}