This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Delete conversation
editDelete conversation
editDelete an existing Elastic AI Assistant conversation by conversation ID.
Request URL
editDELETE <kibana host>:<port>/api/security_ai_assistant/current_user/conversations/{id}
Example requests
editExample 1
Deletes an Elastic AI Assistant conversation with an id
value of df071e68-3c8e-4c0d-b0e7-1557e80c0319
:
DELETE api/security_ai_assistant/current_user/conversations/df071e68-3c8e-4c0d-b0e7-1557e80c0319
Response code
edit200
Indicates a successful call.
Response payload
editAn empty JSON object.
Example 1
Response payload:
{}