Skip to main content
POST
/
v1
/
sessions
/
delete
Bulk delete sessions
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.

Body

application/json
session_identifiers
string[]
required

List of session identifiers to delete. All identifiers must be the same type: either all GlobalIDs or all user-provided session_id strings.

Response

Successful Response