Skip to main content
DELETE
Delete a session

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Client-provided session identifier. Use the same value across requests to continue the same agent session.

Required string length: 2 - 100
Pattern: ^[0-9a-zA-Z._:-]+$

Response

Deleted