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
Path Parameters
Body ()
Root Schema : productFamilySetups-removeSupportRequest
Type: object
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : productFamilySetups-removeSupportResponse
Type: object
Show Source
Back to Top

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
Back to Top