Skip to main content
DELETE
/
api
/
cache
/
allocations
Delete Allocations
curl --request DELETE \
  --url https://your_a2_service/api/cache/allocations \
  --header 'Content-Type: application/json' \
  --data '
[
  [
    "<unknown>"
  ]
]
'

Body

application/json
Required array length: 2 elements

Response

Success