deleteTag
Permanently delete a tag by ID. This destructive action cannot be undone via API.
Instructions
Delete a tag - Permanently delete a tag record by ID. Destructive - cannot be undone via API.
Use when: removing a tag entirely. Tag-relationships (rel_tags) pointing at it may orphan.
Required: id.
See also: updateTag (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 |