Delete a tag
Delete a tag by its ID in a specific project and location.
DELETE
/api/v1/label/{tag_id}/Path parameters
tag_idPathintegerrequiredThe ID of the label to delete.
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
Responses
200Label deleted successfully
example
200example
Success