Remove Product Line Menu Override
post
/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/attributes/{attributeVarName}/menuItems/actions/removeOverride
Use this endpoint to removes the override for the specified Product Line menu.
Request
Supported Media Types
- application/json
Path Parameters
-
allProdFamsVarName(required): string
Variable Name
-
attributeVarName(required): string
Variable Name of the Attribute
-
prodFamVarName(required): string
Variable Name
-
prodLineVarName(required): string
Variable Name of the Product Line
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 Product Line 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/v17/allProductFamilySetups/_allProductFamilies/productFamilies/testbed/productLines/samplePL/attributes/searchFlowTextSSM/menuItems/actions/removeOverride
Response Body Status: 200 OK
Response Body Sample
{ "items": [] }