Webhooks
Delete a webhook by id
Delete a webhook. This is a hard delete. The deleted webhook will no longer be accessible via the API. This operation is irreversible. If a webhook is deleted by mistake, a new webhook will need to be created.
delete/v1/webhooks/{id}
Path parameters
idstring required
The unique identifier of a webhook.
Example:wh123abc45
Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.