Skip to main content
DELETE
/
api
/
ai
/
conversation
/
{id}
Deletes an AI chat conversation by ID.
curl --request DELETE \
  --url https://{tenant}.ekso.app/api/ai/conversation/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

id
string
required

The conversation ID to delete.

Response

Conversation deleted successfully, or conversation not found (no-op).