Delete a specific scope
This endpoint deletes the specified scope.
DELETE /openapi/v1/app_scopes/{app_scope_id}
If the Scope is associated with a workspace, Policy, User Inventory Filter, etc. this endpoint will return 422 Unprocessable Entity
. The returned Error object will contain a details
attribute with the count of de- pendent objects along with the ids of the first 10 of each type. This information can be used to locate and remove the blocking dependencies.