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

Body

application/json ยท array

The body is of type array.

Response

204

Success