Delete Campaign
DELETE/emails/public/v2/locations/:locationId/campaigns/:campaignId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Delete a campaign
Request
Version stringrequired
API Version
Available options
2021-07-28locationId stringrequired
Location ID
campaignId stringrequired
Campaign ID
Success
- application/json
- Schema
- Example (auto)
Schema
deletedbooleanrequired
Whether the campaign was deleted successfully
traceIdstring
Trace ID of the request
{
"deleted": true,
"traceId": "0c52e980-41f6-4be7-8c4b-32332ss"
}