Delete Product Child Items

Product child items (PCIs) are products associated with a bundle of products or services. A product can have one or more PCIs. Delete PCIs using the productchilditems API call.

  • 1DEL v2/epc/productchilditems?ids={productchilditem-ID}
1-   ```nolang
2DEL v2/epc/productchilditems/{productchilditem-ID}

Remote Method 

1deletePCI

REST Handler 

1APIProductChildItemRestHandler

Apex Remote Service 

1PCAppHandler

Package 

Communication (vlocity_cmt)

API Parameters and Response Format 

For API parameter names and descriptions, see the Swagger (OpenAPI) reference documentation for Industries EPC REST APIs.

Resource Information 

Response FormatJSON
Resource URL/services/apexrest/{namespace}/v2/epc/productchilditems?ids={productchilditem-ID}

Example Requests 

1DELETE v2/epc/productchilditems?ids=01t3h000002uJVSAA2
1DEL v2/epc/productchilditems/01t3h000002uJVSAA2

Example Result 

1[
2  {
3    "epcResponse": {
4      "entities": [],
5      "pageInfo": {},
6      "overallResult": "success",
7      "warningMessage": []
8    }
9  }
10]