Remove Product Family Menu Override

post

/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/attributes/{attributeVarName}/menuItems/actions/removeOverride

Use this endpoint to removes the override for the specified Product Family menu.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Remove Override of Parent Configuration Menu Attribute Request Setups
Type: object
Title: Remove Override of Parent Configuration Menu Attribute Request Setups
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Remove Override of Parent Configuration Menu Attribute Response Setups
Type: object
Title: Remove Override of Parent Configuration Menu Attribute Response Setups
Back to Top

Examples

The following example shows how to remove an override for the specified Product Family 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/productFamilies/testbed/attributes/searchFlowTextSSM/menuItems/actions/removeOverride

Response Body Status: 200 OK

Response Body Sample

{
  "items": []
}
Back to Top