To remove a taxonomy term assignment from a specific hierarchy level, use theDocumentation Index
Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
Use this file to discover all available pages before exploring further.
unassignTaxonomyTermFromLevel mutation.
Access policy:
- The API user context must have permission to manage taxonomy term assignments.
- The specified
taxonomyTermIdmust exist and be accessible. - The specified
hierarchyLevelIdmust exist and be accessible.
| Argument | Type | Description | Default |
|---|---|---|---|
taxonomyTermId | ID | Required. The unique identifier of the taxonomy term to unassign. | — |
hierarchyLevelId | ID | Required. The unique identifier of the hierarchy level to unassign the taxonomy term from. | — |
This operation removes the relationship between a taxonomy term and a hierarchy level, which affects categorization and filtering capabilities.