{
"campaignNegativeKeywordIdFilter": {
"include": [
"{{campaignNegativeKeywordId}}"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sp/campaignNegativeKeywords/delete' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Accept: application/vnd.spCampaignNegativeKeyword.v3+json' \
--header 'Content-Type: application/vnd.spCampaignNegativeKeyword.v3+json' \
--data-raw '{
"campaignNegativeKeywordIdFilter": {
"include": [
"{{campaignNegativeKeywordId}}"
]
}
}'
{
"campaignNegativeKeywords": {
"error": [],
"success": [
{
"campaignNegativeKeywordId": "175459097454834",
"index": 0
}
]
}
}