Remove
This endpoint is for removing a webhook from a specific project using the project ID and webhook ID.
Path Parameters |
---|
webhookId string — REQUIREDThe ID of the webhook to remove. |
Header Parameters |
---|
apiToken string — REQUIREDSecret key for the project |
Responses | |||
---|---|---|---|
204 Webhook removed successfully | |||
400 Bad request, such as invalid input
| |||
401 Unauthorized access
| |||
404 Project or webhook not found
| |||
500 Internal Server Error
|