curl --request DELETE \
--url https://api.ofauth.com/v2/vault-plus/:mediaId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"success": true,
"mediaId": "<string>",
"freedBytes": 123
}Remove a media item from cache
curl --request DELETE \
--url https://api.ofauth.com/v2/vault-plus/:mediaId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"success": true,
"mediaId": "<string>",
"freedBytes": 123
}Was this page helpful?