Skip to main content
DELETE
/
sessions
This response does not have an example.

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 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

Response

Sessions deleted successfully

I