Skip to main content
POST
Delete Cache Entry

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Project slug, UUID, or domain that identifies the project.

Body

application/json
key
string
required

Cache key to delete.

Required string length: 1 - 512
Pattern: ^[a-zA-Z0-9_:.\-/]+$

Response

Cache key deleted.

success
boolean
required