delete
Deletes retargeting lists.
Restrictions
Maximum of 1000 retargeting lists per method call.
Request
Request structure in JSON format:
{
"method": "delete",
"params": { /* params */
"SelectionCriteria": { /* IdsCriteria */
"Ids": [(long), ... ] /* required */
} /* required */
}
}
Parameter | Type | Description | Required |
Params structure (for JSON) / DeleteRequest structure (for SOAP) | |||
---|---|---|---|
SelectionCriteria | IdsCriteria | Criteria for selecting retargeting lists to delete. | Yes |
IdsCriteria structure | |||
Ids | array of long | IDs of retargeting lists to delete (maximum of 1000). | Yes |
Parameter | Type | Description | Required |