cURL
curl --request POST \ --url https://voiceai.theclevermarketing.com/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