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