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