New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Delete conversation

edit

Delete an existing Elastic AI Assistant conversation by conversation ID.

Request URL

edit

DELETE <kibana host>:<port>/api/security_ai_assistant/current_user/conversations/{id}

Example requests

edit

Example 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

edit

200 Indicates a successful call.

Response payload

edit

An empty JSON object.

Example 1

Response payload:

{}
Was this helpful?
Feedback