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