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

Changed in 2 of the 161 revisions of this API.3

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      endpoint added

      endpoint-added