v16

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

Delete Granted Scopes

Delete the set of scopes that an end-user has granted to a client application.

Even if records about granted scopes are deleted by calling this API, existing access tokens are not deleted and scopes of existing access tokens are not changed. The subject parameter is required and must be provided as a query parameter.

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

Path parameters

serviceIdstring required

A service ID.

clientIdstring required

A client ID.

Query parameters

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.