{}
curl --location -g --request DELETE 'https://www.amazon.com/ap/oa/sb/negativeKeywords/{{negativeKeywordId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": "SUCCESS",
"keywordId": 436834611557874
}