v1

latestOpenAPI 3.0.32026-07-267015229.9 KB
Deployments

End Deployment Conversation

Ends an active conversation started through a deployment. No API key required in the browser.

post/v2/deployments/{deployment_id}/conversations/{conversation_id}/end

Path parameters

deployment_idstring required
conversation_idstring required

Response

Conversation ended

conversation_idstring
statusstring

Example response

{
  "status": "ended"
}