delete_space_tag
Delete a tag from a Space by name, removing it from every task it was applied to. This action is permanent and returns confirmation.
Instructions
Delete a tag from a Space by name, removing it from every task it was applied to. This cannot be undone. Returns a confirmation with the deleted tag name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the Space the tag belongs to. | |
| tag_name | Yes | Name of the tag to delete. |