Delete Agent Working Hours
DELETE/conversation-ai/agents/:agentId/working-hours
Deletes the working-hours configuration for an AI agent. The agent then replies at any time. Succeeds with deleted=false when there was nothing to delete.
Request
Version stringrequired
API Version
Available options
v3agentId stringrequired
Conversations AI agent id
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataobjectrequired
successbooleanrequired
{
"data": {
"deleted": true,
"employeeId": "wK36brxPYCOikC85FkbA"
},
"success": true
}