Delete a scope

Use this procedure to delete a scope, including its resource assignments. The resources are not deleted.

Deleting a scope using REST APIs
  1. Obtian the scope ID:

    GET /rest/scopes

  2. Delete the scope:

    DELETE /rest/scopes/{id}