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.