v49

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

Delete a webhook

delete/tenants/{tenantId}/webhooks/{webhookId}

Path parameters

tenantIdstring required

The tenant ID

webhookIdstring required

Webhook ID

Response

Webhook deleted

successtrue required

Example response

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