Github API - Test Config

mutation deleteProject
projects

Deletes a project.

Arguments
input DeleteProjectInput

DeleteProjectInput [input]

Autogenerated input type of DeleteProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The Project ID to update.

API:
Github GraphQL API

Parameters for DeleteProject

Returns
DeleteProjectPayload

DeleteProjectPayload [object]

Autogenerated return type of DeleteProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

owner ProjectOwner

The repository or organization the project was removed from.

API:
Github GraphQL API
API:
Github GraphQL API