v24

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-014382230.2 KB

Delete a webhook subscription

Permanently deletes a webhook subscription. This action cannot be undone.

post/api/webhookSubscriptions.delete

Request body

workspace_idstring required

The ID of the workspace

idstring required

The ID of the subscription to delete

Example request

{
  "workspace_id": "ws_1234567890",
  "id": "whsub_a1b2c3d4e5f6"
}

Response

Webhook subscription deleted successfully

successboolean

Example response

{
  "success": true
}