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
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?