Delete a tag
reach_deleteATagV1Delete a tag and remove it from all associated contacts. Contacts remain intact; the operation is idempotent and 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 |