cURL
curl --request DELETE \ --url https://api-next.ofauth.com/v2/vault/:mediaId \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <x-connection-id>'
{ "success": true, "mediaId": "<string>", "freedBytes": 123 }
Remove a media item from vault cache
Your OFAuth API key for authenticating requests.
1
Media deleted
Was this page helpful?