cURL
curl --request DELETE \ --url https://atoms-api.smallest.ai/api/v1/agent/{agentId}/webhook-subscriptions \ --header 'Authorization: Bearer <token>'
{ "status": true, "data": "Subscriptions deleted successfully" }
Delete webhook subscriptions for a given agent ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the agent to filter subscriptions by
Subscriptions deleted successfully
true
Success message
"Subscriptions deleted successfully"