Skip to main content
DELETE
/
v1
/
conversations
/
{id}
Close conversation
curl --request DELETE \
  --url https://api.timelyai.com.br/v1/conversations/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Conversation ID

Response

Conversation closed

data
object