DELETE api/campaign/{name}/pools
Delete campaign pools
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
Campaign name |
string |
Required |
Body Parameters
plu guid
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f1111fbc-61e8-430d-a1af-c4d50f183ee4", "7c91b709-84e8-45a1-9430-963d93f8542e" ]
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>f1111fbc-61e8-430d-a1af-c4d50f183ee4</guid> <guid>7c91b709-84e8-45a1-9430-963d93f8542e</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.