reach_deleteATagV1
Delete a tag and remove it from every contact that carries it, without deleting the contacts. Idempotent: succeeds even if the tag does not exist.
Instructions
Delete a tag and remove it from every contact carrying it.
The contacts themselves are not deleted. This is idempotent: deleting a tag that does not exist in the profile still succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagUuid | Yes | Tag uuid parameter | |
| profileUuid | Yes | Profile uuid parameter |