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