Documentation Index
Fetch the complete documentation index at: https://docs.cloudone-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint disables conversation ended webhook notifications for an assistant, stopping the delivery of updates when chat conversations end.
Request Body
The ID of the assistant to disable the conversation ended 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
{
"message": "Conversation ended webhook disabled successfully",
"data": []
}