DELETE
/
api
/
conversations
curl --request DELETE \
  --url https://lyra.so/api/v1/api/conversations \
  --header 'Content-Type: application/json' \
  --header 'X-LYRA-API-KEY: <api-key>' \
  --data '{
  "conv_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "share_url": "<string>"
}

Authorizations

X-LYRA-API-KEY
string
header
required

Body

application/json
conv_id
string
required

The ID of the conversation to archive

Response

200
application/json
Conversation archived successfully
id
string

The ID of the archived conversation

share_url
string

The URL for sharing the conversation