Skip to content
FirmEasy

Delete Webhook

DELETE
https://app.firmeasy.legal/api/v1/webhooks/{webhook_id}

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


Authorization
string
Access token obtained during login, with the 'Bearer' prefix.
Limits:Required
Content-Type
string
Specifies the content type of the HTTP request body. For requests that include JSON data
Limits:'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.