Delete all labels for a specific resource model

To delete all labels for a specific resource, perform a DELETE operation. If you want to add or delete individual labels for a specific resource, see Add or delete individual labels for a specific resource model.

Prerequisites

  • Minimum required session ID privileges: a session ID with privileges to edit the resource model.

Reading a label using REST APIs
  1. Perform a GET operation on a resource collection URI (for example, rest/server-profiles) and then select a resource model URI.

  2. Delete the resource model labels using the URI from step 1.

    DELETE /rest/labels/resources/{resource URI}