Delete a conversation

Deletes the conversation and all associated data: the conversation record, its transcript turns, its operator events, and its session summaries. This is permanent. ClickHouse deletions run asynchronously and may take a moment to propagate. Idempotent — deleting an already-absent conversation returns 202 without error.

Required scope: intelligence:write

Path Parameters
  • conversation_id
    Type: string · Conversation Id
    required

    The conversation identifier returned when a session was created.

Responses
  • application/json
  • application/json
  • application/json
Request Example for delete/conversations/{conversation_id}
curl 'https://api.simwood.com/intelligence/v1/conversations/{conversation_id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
null