v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Client Management

Delete Client Tokens

Delete all existing access tokens issued to a client application by an end-user.

The subject parameter is required.

post/api/{serviceId}/client/authorization/delete/{clientId}

Path parameters

serviceIdstring required

A service ID.

clientIdstring required

A client ID.

Request body

subjectstring required

Unique user ID of an end-user.

Response

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.

serviceApiKeyinteger

A short message which explains the result of the API call.

clientIdinteger

Get the client ID.

subjectstring

Get the subject (= unique identifier) of the user who has granted authorization to the client.

latestGrantedScopesstring[]

Get the scopes granted to the client application by the last authorization process by the user (who is identified by the subject).

mergedGrantedScopesstring[]

Get the scopes granted to the client application by all the past authorization processes. Note that revoked scopes are not included.

modifiedAtinteger

Get the timestamp in milliseconds since Unix epoch at which this record was modified.