Overview
Deletes the specified Marketplace Ad by ID.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| marketplaceAdID | int | The unique identifier for the Marketplace Ad returned when the Ad was created. |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| DeleteMarketplaceAdResult | APIResult<bool> |
If the Status property of the return object is set to Success, then the ResultData property will be set to True of the specified Marketplace Ad was able to be deleted and False otherwise. NOTE: One common reason for an Ad not being able to be deleted is it is associated with 1 or more current Open Listings. |