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