from latitudesh_python_sdk import Latitudeshimport oswith Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""),) as latitudesh: latitudesh.tags.delete(tag_id="<id>") # Use the SDK ...
Tags
Delete tag
Update a Tag in the team.
DELETE
/
tags
/
{tag_id}
Python (SDK)
Copy
from latitudesh_python_sdk import Latitudeshimport oswith Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""),) as latitudesh: latitudesh.tags.delete(tag_id="<id>") # Use the SDK ...