Permanently deletes a campaign. A deleted campaign cannot be recovered. The campaign should be archived first, i.e. set entityStatus to ENTITY_STATUS_ARCHIVED, to be able to delete it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[[["Permanently deletes a specified campaign, which cannot be recovered after deletion."],["Requires the campaign to be archived (`ENTITY_STATUS_ARCHIVED`) before deletion."],["Uses an HTTP DELETE request with advertiser and campaign IDs as path parameters."],["Needs an empty request body and returns an empty response body upon success."],["Requires authorization with specific OAuth scopes for access."]]],[]]