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 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": ""
  }
}