pydo.tags.delete()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.tags.delete(tag_id="awesome")Description
A tag can be deleted by sending a DELETE request to /v2/tags/{tag_id}. Deleting a tag also untags all the resources that have previously been tagged by the Tag
Parameters
tag_idstring requiredThe name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
Request Sample
More Information
See /v2/tags/{tag_id} in the API reference for additional detail on responses, headers, parameters, and more.