namespaceProjectsDelete
Deletes a namespace project.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
namespaceProjectId | NamespaceProjectID! | The id of the namespace project which will be deleted |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceProject | NamespaceProject | The deleted project. |