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
Example response
{
"status": true,
"data": "Subscriptions deleted successfully"
}