Delete Webhook
DELETE {{base_url}}/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”| Parameter | Type | Description | Limits |
|---|---|---|---|
Authorization* | string | Access token obtained during login, with the 'Bearer' prefix. | Required |
Content-Type | string | Specifies the content type of the HTTP request body. For requests that include JSON data | '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. |
