Skip to main content
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": ""
  }
}