Documentation

Delete Tag Tool

Permanently deletes a tag from a project and detaches it from all tasks. Requires owner, admin, or member role. Use tag_id or tag_name to identify the tag.

Permanently deletes a tag from a project and detaches it from all tasks. Requires owner, admin, or member role. Use tag_id or tag_name to identify the tag.

Safety: Destructive

Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.

Input schema

Field Type Required Description
project_name string no The project name or keyword. Required unless project_id is provided.
project_id integer no Exact project ID. Use this when project_name matches multiple projects.
tag_id integer no The tag ID to delete.
tag_name string no The tag name to delete (exact or partial match).

Example prompt

Use delete-tag-tool to help me with the relevant Taskavel task.

Example call

{
  "name": "delete-tag-tool",
  "arguments": {}
}

Last reviewed Jul 26, 2026