Skip to main content
DELETE
Delete Multiple Sessions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
enum<string>
default:agent

Default session type filter

Available options:
agent,
team,
workflow
db_id
string | null

Database ID to use for deletion

Body

application/json
session_ids
string[]
required
session_types
enum<string>[]
required
Available options:
agent,
team,
workflow

Response

Sessions deleted successfully