deleteTagGroup
Permanently delete a tag group by ID. Child tags become orphaned; reassign or remove them beforehand.
Instructions
Delete a tag group - Permanently delete a taggroup record by ID. Destructive - cannot be undone via API.
Use when: removing a group - child tags orphan; delete or re-group them first.
Required: id.
See also: updateTagGroup (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 |