{
"campaignIdFilter": {
"include": [
"543670711287337"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/st/campaigns/delete' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignIdFilter": {
"include": [
"543670711287337"
]
}
}'
{}