v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
Webhooks

Delete a webhook endpoint

This is used to delete a webhook by its unique Id

delete/webhooks/{webhookId}

Path parameters

webhookIdstring required
Example:wh_01FCTS1XMKH9FF43CAFA4CXT3P

Webhook Id to delete

Response

Webhook endpoint successfully deleted

idstring

The Id of the deleted webhook endpoint

Example response

{
  "id": "wh_31fba123-0fef-41d6-92ad-fd7089f49f8a"
}