cURL
curl --request DELETE \ --url https://api-next.ofauth.com/v2/vault/purge \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <x-connection-id>'
{ "success": true, "purgedCount": 123, "freedBytes": 123 }
Remove all cached media items for a specific connection from the vault cache
Your OFAuth API key for authenticating requests.
1
All connection media purged
Was this page helpful?