Skip to main content
DELETE
https://api.curto.io
/
v1
/
tags
/
{tag_id}
curl -X DELETE -H 'Content-Type: application/json' \
-H 'X-Curto-Api-Key: <your_key>' \
https://api.curto.io/v1/tags/<tag_id>

Variáveis de Caminho

tag_id
number
O identificador da Tag que será alterado.
curl -X DELETE -H 'Content-Type: application/json' \
-H 'X-Curto-Api-Key: <your_key>' \
https://api.curto.io/v1/tags/<tag_id>
204 No Content