{}
curl --location -g --request DELETE 'https://www.amazon.com/ap/oa/sb/targets/{{targetId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Prefer: return=representation' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": "SUCCESS",
"targetId": 365490413814773
}