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}" 
{}
Please review proper request headers here.

Parameters

id
string
required
Tag 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}" 
{}