Browser Sessions
Close Session
This endpoint closes an existing session and returns the session ID. A valid session ID must be provided to close the session.
POST
Parameters
Required parameter to specify the session ID. The session ID of the session to be closed. This field is mandatory.
Response
The unique identifier for the closed session.
An optional error message if something goes wrong during session closure.
Error Responses
Invalid request. This error is returned when the session ID is not provided.
Internal server error. This error is returned when the server encounters an unexpected condition.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json