Remove Product Family Support
post
/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/actions/removeSupport
Use this endpoint to remove support for the specified Product Family.
Request
Supported Media Types
- application/json
Path Parameters
-
allProdFamsVarName(required): string
Variable Name
-
prodFamVarName(required): string
Variable Name
Root Schema : productFamilySetups-removeSupportRequest
Type:
object
Response
Supported Media Types
- application/json
Default Response
Root Schema : productFamilySetups-removeSupportResponse
Type:
Show Source
object
-
links:
array links
Title:
links
links
Examples
The following example shows how to remove support for the specified Product Family 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/test4/actions/removeSupport