Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Cache Del mutation.

Operation details

FieldValue
NamecacheDel
GroupCache
TypeMutation
SignaturecacheDel(input: CacheDelInput!): CacheDelPayload!

Playground

Query

Query
mutation CacheDel($input: CacheDelInput!) {
  cacheDel(input: $input) {
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "key": ""
  }
}