Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

[Question] remove a single tag from a custom taxonomy #2491

@fake991

Description

@fake991

Hi,

I have created a custom taxonomy and used it to tag several cases. I would like to remove a single tag as I have replaced it with a new one. I don't want to delete the whole taxonomy as I would lose all the tags that were in the old cases.

Example:

I want to remove from my taxonomy the entry containing "to_be_removed" in the position 0

{ "namespace":"taxonomy_final", "description":"Custom Taxonomy", "version":2, "expanded":"Custom Taxonomy", "predicates":[ { "value":"predicate_value", "expanded":"expanded_value", "description":"descr" } ], "values":[ { "predicate":"predicate_value", "entry":[ { "value":"to_be_removed", "expanded":"to_be_removed", "description":"to_be_removed" }, { "value":"new_tag", "expanded":"new_tag", "description":"new_tag" } ] } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions