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

Body

application/json · string[]

The body is of type string[].

Response

204

Success