English
Removes creative information from the cache. Targets are identified by a list of (cid, crid) pairs in the request body.
(cid, crid)
cURL
curl --request DELETE \ --url https://your_a2_service/api/cache/creatives \ --header 'Content-Type: application/json' \ --data '[ [ "<any>" ] ]'
2
Success
Was this page helpful?