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.

Delete Server mutation.

Operation details

FieldValue
NamedeleteServer
GroupServers
TypeMutation
SignaturedeleteServer(input: DeleteServerInput!): DeleteServerPayload!

Playground

Query

Query
mutation DeleteServer($input: DeleteServerInput!) {
  deleteServer(input: $input) {
    id
    error
    success
  }
}

Variables

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