The deleteCampaigns call is used by a seller to delete one or more discount
campaigns.
Request Details
Pass in one or more campaignId values in the deleteCampaigns
request to delete discount campaigns.
Working with the Response
To verify if the deleteCampaigns call was successful in deleting all
specified discount campaigns, look for the campaignDeleteStatus
field. This boolean field is returned as "true" if all discount campaigns passed into the request
are successfully deleted. If one or more discount campaign deletions are unsuccessful, this field
is not returned, and the caller will need to view any corresponding error messages in the response.
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
The box below lists all fields that might be returned in the response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See Time Values in the eBay Trading API Guide for information about this time format and converting to and from the GMT time zone.
Boolean field that is returned as "true" if all discount campaigns passed into the request are successfully deleted. If one or more discount campaign deletions are unsuccessful, this field is not returned, and the caller will need to view any corresponding error messages in the response.