Delete conversation by ID Technical Preview
Delete a conversation by ID. This action cannot be undone.
[Required authorization] Route required privileges: read_onechat.
DELETE /api/agent_builder/conversations/{conversation_id}
curl \ --request DELETE 'https://<KIBANA_URL>/api/agent_builder/conversations/{conversation_id}' \ --header "Authorization: $API_KEY" \ --header "kbn-xsrf: true"
Response examples (200)
Example response showing that deletion of conversation has been successful
{ "success": true }