Issue: Unable to Remove Terms from Category in Framework #240
Replies: 2 comments 1 reply
-
@rajnishdargan Please use term retire API to retire |
Beta Was this translation helpful? Give feedback.
-
Hey @rajnishdargan , as discussed in the call you need to update the association such that the term
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@pallakartheekreddy @HarishGangula
I have created a framework in my project that contains the following categories:
Each category has various terms associated with it, and the associations have been set up properly.
Problem Statement:
In the Stream category, there are few terms. I want to remove one specific terms ("Good Contractor Program") while keeping the remaining terms.
Steps Taken:
I updated the associations for Domain and SubDomain, removing the category identifier from the API request.
API Used:
{{host}}/api/framework/v1/term/update/careerExploration?framework=youthnet-framework&category=subDomain
Old Payload (Used for association mapping):
Updated Payload (To Remove Terms):
I published the framework after updating the terms.
Issue:
Even after publishing, "Good Contractor Program" still appear in the framework when reading it.
Request for Guidance:
How can I ensure that these terms are completely removed from the framework?
Is there any additional step required, or making another API call?
cc @coolbung @snehal0904 @vijaykhollam @siddhi0719 @nidhikachhawa24 @komalm @vinod303
Beta Was this translation helpful? Give feedback.
All reactions