cURL
curl --request POST \ --url https://app.autocalls.ai/api/user/assistants/disable-webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "assistant_id": 123 }'
{ "message": "Webhook disabled successfully", "data": [] }
Disable webhook notifications for a specific assistant
Show Error Response
is_webhook_active
false
webhook_url
null