Delete a Scope
DELETE/scopes-srv/scope/:scopeKey
This API call deletes a scope resource identified by the scopeKey path parameter. The scopeKey identifies the scope that needs to be deleted.
Scopes are relevant for:
- Managing permissions: Scopes can be used to secure your endpoints. The access token must contain the particular scope to be authorized.
- Controlling the user profile data returned in id_token and userinfo endpoint
Request
Responses
- 200
- 400
- 401
Success
scopeKey can be empty or given scopeKey is invalid
Unauthorized