Delete webhook
Method DELETE
https://my.easyweek.io/api/public/v2/webhooks/{webhook_id}
Description: This endpoint permanently removes a webhook. On success it returns 204 No Content with an empty body.
Example Request
curl -i -X DELETE \
https://my.easyweek.io/api/public/v2/webhooks/{webhook_id} \
-H 'Authorization: Bearer <YOUR_SECRET>' \
-H 'Workspace: <YOUR_WORKSPACE>'
Path Parameters
- webhook_id (integer, required): The numeric identifier of the webhook to delete.
Example Response
HTTP/1.1 204 No Content