Delete Webhook Endpoint

Deletes a webhook endpoint for the authenticated project.

delete/webhook_endpoints/{webhook_endpoint_id}

Path parameters

webhook_endpoint_idstring required
Example:whe_123

The ID of the webhook endpoint to delete.

Response

Success

idstring required

The ID of the deleted webhook endpoint.

object'webhook_endpoint.deleted' required

The object type, which is always webhook_endpoint.deleted.

deletedboolean required

Whether the endpoint was deleted.

Changes