This endpoint disables inbound webhook notifications for an assistant, stopping the delivery of real-time updates about inbound call completions and data.
Request Body
The ID of the assistant to disable webhook for
Response
Success message confirming webhook was disabled
Empty array (reserved for future use)
Error Responses
Error message when the assistant is not found or doesn’t belong to the authenticated user
Error message indicating validation failure
Detailed validation errors for each field
200 Success Response
404 Not Found
422 Validation Error
{
"message" : "Inbound webhook disabled successfully" ,
"data" : []
}