Delete Webhook
DELETE
https://app.firmeasy.legal/api/v1/webhooks/{webhook_id}
Delete Webhook
Section titled “Delete Webhook”Allows you to delete a specific webhook identified by its id.
This process immediately removes the webhook configuration.
Required Headers
Section titled “Required Headers”AuthorizationAccess token obtained during login, with the 'Bearer' prefix.
Limits:Required
Content-TypeSpecifies the content type of the HTTP request body. For requests that include JSON data
Limits:'application/json'
Successful Response
Section titled “Successful Response”- HTTP 204 No Content
Indicates that the webhook was successfully deleted.
No body is returned in the response.
Possible Errors
Section titled “Possible Errors”| Code | Status | Description |
|---|---|---|
401 |
Unauthorized | Unauthorized (invalid or missing token). |
404 |
Not Found | Webhook not found. |
500 |
Internal Server Error | Unexpected internal error. |
