curl --request POST \
--url https://call.aiployees.com/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
curl --request POST \
--url https://call.aiployees.com/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": []
}
Show Error Response
{
"message": "Conversation ended webhook disabled successfully",
"data": []
}