DigitalOcean-public.v2-new_Tags
Delete a Tag
A tag can be deleted by sending a DELETE request to /v2/tags/$TAG_NAME. Deleting a tag also untags all the resources that have previously been tagged by the Tag
delete/v2/tags/{tag_id}
Path parameters
tag_idstring required
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
Response
The action was successful and the response body is empty.