curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id}/sessions/{session_id} \
--header 'Authorization: Bearer <token>'Permanently delete a session and all associated completions. Use when removing test data or honoring data deletion requests.
curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id}/sessions/{session_id} \
--header 'Authorization: Bearer <token>'