{
"adIdFilter": {
"include": [
"292617398029974"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/st/ads/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 '{
"adIdFilter": {
"include": [
"292617398029974"
]
}
}'
{}