DELETE
/
{account_id}
/
tag
/
{tag_id}
curl --request DELETE \
  --url https://api.typeauth.com/{account_id}/tag/{tag_id}

Response

200

Tag deleted successfully

DELETE
/
{account_id}
/
tag
/
{tag_id}
curl --request DELETE \
  --url https://api.typeauth.com/{account_id}/tag/{tag_id}

Response

200

Tag deleted successfully