curl --request DELETE \
--url https://api.example.com/v1/sessions/{session_identifier}"<string>"Delete a session by its identifier. The identifier can be either:
This will permanently remove the session and all associated traces, spans, and annotations via cascade delete.
curl --request DELETE \
--url https://api.example.com/v1/sessions/{session_identifier}"<string>"Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The session identifier: either a GlobalID or user-provided session_id string.
Successful Response
Was this page helpful?