v1

latestOpenAPI 3.1.02026-07-223614164.6 KB
Webhooks

Delete a webhook

Delete an existing webhook in the workspace.

delete/v1/webhooks/{webhookId}

Path parameters

webhookIdstring required

The ID of the webhook to delete.

Response

The ID of the deleted webhook.

deprecationsstring[]

Example response

{
  "data": {
    "id": "wbk_8c18c158-d49e-4ad4-90d4-2b197688bac7"
  },
  "deprecations": [
    "This field is deprecated"
  ]
}