Spaces method and path for this operation:
delete /s/{space_id}/api/agent_builder/conversations/{conversation_id}
Refer to Spaces for more information.
Delete a conversation by ID. This action cannot be undone.
[Required authorization] Route required privileges: read_agent_builder.
DELETE
/api/agent_builder/conversations/{conversation_id}
curl
curl \
-X DELETE "${KIBANA_URL}/api/agent_builder/conversations/{conversation_id}" \
-H "Authorization: ApiKey ${API_KEY}" \
-H "kbn-xsrf: true"
DELETE kbn://api/agent_builder/conversations/{conversation_id}
Response examples (200)
Example response showing that deletion of conversation has been successful
{
"success": true
}