cis tagging tag: delete

Deletes an existing tag. To invoke this operation, you need the delete privilege on the tag.

Request:

HTTP request

DELETE https://{server}/rest/com/vmware/cis/tagging/tag/id:{tag_id}

Path Parameters

Name Type Description
Required
tag_id string The identifier of the input tag.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
404 not_found if the tag for the given tag_id does not exist in the system.
403 unauthorized if you do not have the privilege to delete the tag.