curl --location -g --request DELETE 'https://www.amazon.com/ap/oa/amc/instances/{{instanceId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-AdvertiserId: {{advertiser_id}}' \
--header 'Amazon-Advertising-API-MarketplaceId: {{marketplace_id}}' \
--header 'Authorization: Bearer {{access_token}}'
{}