cURL
curl --request POST \ --url https://api.snapopa.com/revoke/{uuid} \ --header 'Content-Type: application/json' \ --data ' { "format": "png", "userId": "<string>", "cacheKey": "<string>", "permanentId": "<string>" } '
{ "success": true, "error": null, "data": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Revokes a capture, removing it from CDN and storage. Caller must provide format, isPermanent, and cacheKey in request body. Internal use only via HMAC request signing (X-Auth-Ts and X-Auth-Sig headers).
png
jpeg
webp
Capture revoked successfully
true
Show child attributes