curl https://api.thanxsandbox.com/tags/:id \
-X GET \
-H "Content-Type: application/json" \
-H "Accept-Version: v4.0" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${token}" \
-H "X-ClientId: ${client_id}"
{}
Tags
Delete Tag
This endpoint deletes an attribute tag with the given ID.
DELETE
/
tags
/
:id
curl https://api.thanxsandbox.com/tags/:id \
-X GET \
-H "Content-Type: application/json" \
-H "Accept-Version: v4.0" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${token}" \
-H "X-ClientId: ${client_id}"
{}