Skip to main content
POST
/
conversations
/
{conversationId}
/
archive
Archive conversation
curl --request POST \
  --url https://api.getarbol.com/v1/conversations/{conversationId}/archive \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

conversationId
string
required

Conversation ID (cnv_ prefix)

Response

Conversation archived

success
boolean