curl --request DELETE \
--url https://api.cloudglue.dev/v1/tags/{tag_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>"
}Delete a tag
curl --request DELETE \
--url https://api.cloudglue.dev/v1/tags/{tag_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>"
}