curl --request POST \
--url https://api.example.com/v1/sessions/delete \
--header 'Content-Type: application/json' \
--data '
{
"session_identifiers": [
"<string>"
]
}
'"<string>"Delete multiple sessions by their identifiers (GlobalIDs or session_id strings). All identifiers in a single request must be the same type. Non-existent IDs are silently skipped. All associated traces, spans, and annotations are cascade deleted.
curl --request POST \
--url https://api.example.com/v1/sessions/delete \
--header 'Content-Type: application/json' \
--data '
{
"session_identifiers": [
"<string>"
]
}
'"<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.
List of session identifiers to delete. All identifiers must be the same type: either all GlobalIDs or all user-provided session_id strings.
Successful Response
Was this page helpful?