v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Webhooks

Delete webhook subscriptions for an agent

Deletes all webhook subscriptions for the agent, regardless of which webhook they belong to. If the agent has subscriptions across multiple webhooks, all of them are removed in a single call.

delete/agent/{agentId}/webhook-subscriptions

Path parameters

agentIdstring required

The ID of the agent to filter subscriptions by

Response

Subscriptions deleted successfully

statusboolean
datastring

Success message

Example response

{
  "status": true,
  "data": "Subscriptions deleted successfully"
}