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:
{}