cis tagging category: delete

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

Request:

HTTP request

DELETE https://{server}/rest/com/vmware/cis/tagging/category/id:{category_id}

Path Parameters

Name Type Description
Required
category_id string The identifier of category to be deleted.

Response:

HTTP Status Code: 200

None

Errors:

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