Delete a webhook
DELETE/v1/projects/:project_id/webhooks/:webhook_id
Removes the endpoint and its delivery records. To stop deliveries while keeping the audit trail, PATCH it to active: false instead.
Request
Responses
- 204
- 401
- 404
Webhook deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).