{
"campaignNegativeKeywords": [
{
"keywordId": "{{campaignNegativeKeywordId}}",
"state": "PAUSED"
}
]
}
curl --location --request PUT 'https://www.amazon.com/ap/oa/sp/campaignNegativeKeywords' \
--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 '{
"campaignNegativeKeywords": [
{
"keywordId": "{{campaignNegativeKeywordId}}",
"state": "PAUSED"
}
]
}'
{
"negativeKeywords": {
"error": [],
"success": [
{
"index": 0,
"negativeKeywordId": "92842624367646"
}
]
}
}