cURL
curl --request POST \ --url https://api.veryfront.com/cache/del \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{ "success": true }
Delete a value from the user-scoped cache.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Cache key to delete
1 - 512
^[a-zA-Z0-9_:.\-/]+$
Value deleted