Remove Model Menu Override

post

/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/attributes/{attributeVarName}/menuItems/actions/removeOverride

Use this endpoint to removes the override for the specified Model 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 Model 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/models/sampleModel/attributes/searchFlowTextSSM/menuItems/actions/removeOverride

Response Body Status: 200 OK

Response Body Sample

{
  "items": []
}
Back to Top