v16

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

Delete Granted Scopes (by Subject)

Delete the set of scopes that an end-user has granted to a client application. In this variant, the subject is provided in the path.

delete/api/{serviceId}/client/granted_scopes/delete/{clientId}/{subject}

Path parameters

serviceIdstring required

A service ID.

clientIdstring required

A client ID.

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.