DELETE
/
api
/
cache
/
creatives
curl --request DELETE \
  --url https://your_a2_service/api/cache/creatives \
  --header 'Content-Type: application/json' \
  --data '[
  [
    "<any>"
  ]
]'

Body

application/json · array

The body is of type array.

Response

204

Success