Deletes a webhook for an account
DELETE/accounts/:account_id/webhooks/:webhook_id
Permanently deletes a webhook subscription.
This endpoint uses optimistic locking. You must provide the webhook's current version in the If-Match header to confirm the deletion.
You can get this value from the ETag header of a GET request for this resource.
Request
Responses
- 204
- 401
- 403
- 404
- 500
The webhook was deleted successfully.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.