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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tag_id
string
required

The ID of the tag

Response

Tag deleted successfully

id
string
required

Unique identifier for the tag