Skip to main content

deleteProject

Delete a project permanently.

All environments must be deleted first. Query the project's deletable field to check for blocking constraints before calling this mutation.

deleteProject(
organizationId: ID!
id: ID!
): ProjectPayload

Arguments

deleteProject.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deleteProject.id ● ID! non-null scalar {#id}

The identifier of the project to delete.

Type

ProjectPayload object