Skip to main content
DELETE
/
v1
/
sessions
/
{session_identifier}
Delete a session by identifier
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.

Path Parameters

session_identifier
string
required

The session identifier: either a GlobalID or user-provided session_id string.

Response

Successful Response