Delete a Client Session

Delete a specified client session

Deletes a specified client session.

/client_sessions/delete

post

Deletes a client session.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
client_session_idstring Β· uuidRequired

ID of the client session that you want to delete.

Responses
200

OK

application/json
post
/client_sessions/delete

Request

Specify the desired client session by including the corresponding client_session_id in the request body.

Request Body Parameters

Parameter
Type
Description

client_session_id

String Required

ID of the desired client session

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?