Use the DELETE /oauth/authServerSettings/scopes/commonScopeGroups/{{commonScopeGroupName}}
endpoint to remove an existing common scope group.
Path parameters
Parameter |
Value |
Description |
commonScopeGroupName |
string(required) |
Name of the common scope group. |
Status codes
Code |
Reason |
204 |
Common Scope Group deleted. |
403 |
PingFederate does not have its OAuth 2.0 authorization server role enabled. Operation not available. |
404 |
Resource not found. |
422 |
Validation error(s) occurred. |
Response schema definitions
ApiResult
- Details on the result of the operation.
Property |
Type |
Description |
developerMessage |
string |
Developer-oriented error message, if available. |
message |
string |
Success or error message. |
resultId |
string |
Result identifier. |
validationErrors |
array[ValidationError] |
List of validation errors, if any. |
ValidationError
- A data input validation error.
Property |
Type |
Description |
developerMessage |
string |
Developer-oriented error message, if available. |
errorId |
string |
Error identifier. |
fieldPath |
string |
The path to the model field to which the error relates, if one exists. |
message |
string |
User-friendly error description. |