Delete a tag

Deletes a tag from your account and detaches it from every line that carries it. The lines themselves are kept — only the tag is removed.

Requires the inventory:write scope.

Path Parameters
  • tagName
    Type: string
    min length:  
    1
    required

    The tag's current name. URL-encode it in the path — e.g. Trade%20binder. Matched case-insensitively.

Body
application/json
Empty object
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for delete/inventory/tags/{tagName}
curl 'https://public-api.cardnexus.com/v1/inventory/tags/{tagName}' \
  --request DELETE \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data '{}'
null