Remove Tags by Users

You can use the vRealize Orchestrator REST API to remove all tags created by a specific user.

You can also remove global tags. Global tags are listed under the system user name __GLOBAL__.

Note: To remove global tags, you must be logged in as a user with administrative privileges.

Procedure

  • Make a DELETE request at the URL of the user.
    • To remove the tags created by a specific user, make a DELETE request by using the following syntax:
      DELETE https://{orchestrator_fqdn}/vco/api/tags/{user_name}
    • To remove the global tags, make a DELETE request by using the following syntax:
      DELETE https://{orchestrator_fqdn}/vco/api/tags/__GLOBAL__

Results

If the DELETE request is successful, you receive the status code 204.