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 | |||
|---|---|---|---|
204Webhook removed successfully | |||
400Bad request, such as invalid input
| |||
401Unauthorized access
| |||
404Project or webhook not found
| |||
500Internal Server Error
|