cURL
curl --request DELETE \ --url https://apigcp.trynia.ai/v2/contexts/{context_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a conversation context (soft delete). The context is marked as inactive but not permanently deleted from the database.
API key must be provided in the Authorization header
Unique context identifier
Context deleted successfully
Was this page helpful?