deleteTagRelationship
Delete a tag relationship to detach a tag from a record by specifying its ID. Permanently removes the link; use when removing a tag association.
Instructions
Delete a tag relationship - Permanently delete a tagrelationship record by ID. Destructive - cannot be undone via API.
Use when: detaching a tag from a record. Note: if the member has member_tags CSV set, update that separately too.
Required: id.
See also: updateTagRelationship (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |