# Delete tag

You can remove a tag. Be cautious, entities assigned to this tag will lose that assignment.

DELETE /tags/:id/

Attributes Type Required Description
id integer yes A unique identifier for the tag which is given by User.com automatically.

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
 curl -X DELETE -H "Authorization: Token <your_64_char_api_key>"
     -H "Accept: */*; version=2" -d '' "https://<your_app_subdomain>.user.com/api/public/tags/:id/"