Skip to main content
Delete Project mutation.

Operation details

FieldValue
NamedeleteProject
GroupProjects
TypeMutation
SignaturedeleteProject(input: DeleteProjectInput!): DeleteProjectPayload

Playground

Query

Query
mutation DeleteProject($input: DeleteProjectInput!) {
  deleteProject(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}