v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
Platform Webhooks

Delete a platform webhook

Delete a platform webhook. This stops all event delivery to the webhook URL. This action cannot be undone.

delete/platform/webhooks/{webhookId}

Response

Platform webhook deleted

successtrue required

Example response

{
  "success": true,
  "data": {
    "message": "Operation completed successfully"
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}