Tags
Delete Tag
Tags
Delete Tag
This endpoint deletes an attribute tag with the given ID.
DELETE
/tags/:id
Bearer*
curl --request DELETE \
--url https://api.thanx.com/tags/:id \
--header 'Authorization: Bearer <token>'
Parameters
idrequired
string
Thetag id
curl --request DELETE \
--url https://api.thanx.com/tags/:id \
--header 'Authorization: Bearer <token>'