Skip to content

deleteProject ​

Deletes the specified Project, requires ADMIN on the project to delete

graphql
deleteProject(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteProject.input ● DeleteNodeInput! non-null input ​

Defines which Project to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.