# Webhook unsubscribe
This endpoint unsubscribes from a webhook.
NOTE
You can make a request to this endpoint by using the "unsubscribe_url"
provided in the response to the request to the confirm_a_webhook_subscription, refresh_a_webhook_subscription endpoints as well as in the notification message.
Method | Path | Operation* |
---|---|---|
DELETE | /notifications/webhooks/{account}?token={token} | webhook_unsubscribe |
*
This endpoint does not require User Secret (API key) authorization.
# Request
Parameter | Type | In | Description |
---|---|---|---|
token required | string | query string | Unique identifier of the subscription generated by the system. |
account required | string | path | Account UUID. |
# Response
Attribute | Type | Message | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
subscription | dictionary | Subscription details.
|
# Status codes
Requests to this endpoint result in generic status codes. For a comprehensive list of status codes, please consult the Status codes section.
Was this article helpful?