Skip to main content
DELETE
/
v1
/
tags
/
{id}
Delete a tag
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Tag deleted"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string

ID da organização para contexto (opcional). Quando presente, filtra recursos da org.

Path Parameters

id
integer
required

ID numérico da tag

Response

Tag deleted

message
string