cURL
curl --request POST \ --url https://api.veryfront.com/projects/{project_reference}/cache/del \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{ "success": true }
Remove a value from the project-scoped cache
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Project ID or slug
Cache key to delete
1 - 512
Cache key deleted