deleteCampaigns - Promotion Module Reference
This documentation provides a reference to the deleteCampaigns
method. This belongs to the Promotion Module.
deleteCampaigns(ids, sharedContext?): Promise<void>
This method deletes campaigns by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the campaigns.
Returns
Promise
Promise<void>RequiredResolves when the campaigns are deleted successfully.
deleteCampaigns(ids, sharedContext?): Promise<void>
This method deletes a campaign by its ID.
Example
Parameters
ids
stringRequiredThe IDs of the campaign.
Returns
Promise
Promise<void>RequiredResolves when the campaign is deleted successfully.
Was this section helpful?