Skip to main content
DELETE
/
contexts
/
{context_id}
Delete conversation context
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/contexts/{context_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

context_id
string
required

Unique context identifier

Response

Context deleted successfully

success
boolean
message
string