Skip to content

Remove tags from a contact

Removes one or more tags from an existing contact.

POST
https://api.zacx.io/v1/tags/remove

Authorisation

  • bearerAuthHTTPrequired

Request bodyJSON

  • phoneNumberstringrequired

    The contact's phone number with country code. A leading + is accepted.

    Example: "+11234567890"
  • tagsarray ofstringrequired

    Tag names.

    Example: ["test-tag"]

Returns

200

The tags were processed.

JSON
  • statusstringrequired
  • messagestringrequired
  • codeoptionalstring

    Present when the call succeeded but changed nothing, for example TAG_ALREADY_ASSOCIATED.

404

The contact or the tag was not found.

JSON
  • statusstringrequired
  • codestringrequired

    Stable machine-readable error code.

  • messagestringrequired

    Human-readable explanation.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close