Skip to main content
POST
/
projects
/
{project_reference}
/
cache
/
del
Delete Cache Entry
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
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

project_reference
string
required

Project ID or slug

Body

application/json
key
string
required

Cache key to delete

Required string length: 1 - 512

Response

Cache key deleted

success
boolean
required