Delete
Last updated
Last updated
To delete an existing webhook you need to execute a DELETE request against the /webhooks/:id endpoint.
The id uniquely identifies the webhook and you can find it in the response.
This is a destructive operation and webhook requests won't be send anymore to the deleted webhook.
Response (204 -> No Content)
Response is empty because the webhook was deleted and there is no content to return.