Untag an Object
You can remove tags assigned to an object by using the vRealize Orchestrator REST API.
You can remove both private and global tags.
Note: To remove global tags,
you must be logged in as a user with administrative privileges.
Procedure
- ♦
Make a
DELETE request to
remove private or global tags.
- To remove a private tag, make a DELETE request
at the URL of the object by using the following syntax:
DELETE https://{orchestrator_fqdn}/vco/api/catalog/{namespace}/{objectType}/{objectId}/tag/{tag_name}
- To remove a global tag, make a DELETE request
at the URL of the object by using the following syntax:
DELETE https://{orchestrator_fqdn}/vco/api/catalog/{namespace}/{objectType}/{objectId}/tag/:{tag_name}
- To remove a private tag, make a DELETE request
at the URL of the object by using the following syntax:
Results
If the DELETE request is successful, you receive the status code 200.