{
"deletionRequests": [
{
"matchKeys": [
{
"type": "ADDRESS",
"values": [
"string"
]
}
]
}
]
}curl --location 'https://www.amazon.com/ap/oa/accounts//dsp/conversionDefinitions/delete' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.dspuserdeletionrequest.v1+json' \
--data '{
"deletionRequests": [
{
"matchKeys": [
{
"type": "ADDRESS",
"values": [
"string"
]
}
]
}
]
}'{}