Skip to content

Delete Webhook

DELETE {{base_url}}/v1/webhooks/{{webhook_id}}

Allows you to delete a specific webhook identified by its id.
This process immediately removes the webhook configuration.


ParameterTypeDescriptionLimits
Authorization*stringAccess token obtained during login, with the 'Bearer' prefix.Required
Content-TypestringSpecifies the content type of the HTTP request body. For requests that include JSON data'application/json'

  • HTTP 204 No Content

Indicates that the webhook was successfully deleted.
No body is returned in the response.


Code Status Description
401 Unauthorized Unauthorized (invalid or missing token).
404 Not Found Webhook not found.
500 Internal Server Error Unexpected internal error.