Remove All Product Families Menu Override
post
/rest/v19/allProductFamilySetups/{allProdFamsVarName}/attributes/{attributeVarName}/menuItems/actions/removeOverride
Use this endpoint to removes the override for the specified All Product Families menu.
Request
Supported Media Types
- application/json
Path Parameters
-
allProdFamsVarName(required): string
Variable Name
-
attributeVarName(required): string
Variable Name of the Attribute
Root Schema : Remove Override of Parent Configuration Menu Attribute Request Setups
Type:
object
Title:
Remove Override of Parent Configuration Menu Attribute Request Setups
Response
Supported Media Types
- application/json
Default Response
Root Schema : Remove Override of Parent Configuration Menu Attribute Response Setups
Type:
object
Title:
Remove Override of Parent Configuration Menu Attribute Response Setups
Examples
The following example shows how to remove an override for the specified All Product Families menu item by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X POST -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/attributes/searchFlowTextSSM/menuItems/actions/removeOverride
Response Body Status: 200 OK
Response Body Sample
{ "items": [] }