Nurama Developers

delete_tag

DESTRUCTIVE — confirm with the user before calling.

Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.

DESTRUCTIVE — confirm with the user before calling. Restate the target (id + a human descriptor) and wait for explicit approval; do not invoke from inferred intent. No undo. Delete a tag from its owning resource (workspace or project). The tag is removed from every asset, folder, task, board, and submission it was applied to in one shot.

Input

PropertyTypeRequiredDescription
tagIdstringyesUUID of the tag.

JSON Schema

{
  "type": "object",
  "properties": {
    "tagId": {
      "type": "string",
      "description": "UUID of the tag."
    }
  },
  "required": [
    "tagId"
  ],
  "additionalProperties": false
}

On this page