POST api/campaign/{name}/comboPriceGroups/deletes
Delete multiple combo price groups
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Campaign identifier |
string |
Required |
Body Parameters
List of combo price group identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "1eb9b6d3-03c1-4157-98b6-84e51570d1b3", "5af22b1c-e319-4ccd-b100-7b9e19c51697" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>1eb9b6d3-03c1-4157-98b6-84e51570d1b3</guid> <guid>5af22b1c-e319-4ccd-b100-7b9e19c51697</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.