Skip to main content
POST
Cancel 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

The ID of the verification session to cancel (e.g. vs_...).

Pattern: ^vs_[A-Za-z0-9]{64}$

Response

Session cancelled.