DELETE

Delete Contact Tag

Deletes a contact tag.

DELETEhttps://api.vantaxai.com/v1/contact-tags/{tag_id}
Deleting a tag removes it from every contact it was applied to. The contacts themselves are not affected.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • tag_idstringrequired

    The tag to delete.

    example: tag_4f17a2

Request

curl -X DELETE https://api.vantaxai.com/v1/contact-tags/tag_4f17a2 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Contact tag deleted successfully"
}