Waiting for engine...
Skip to main content

techPartnerProjectDelete

Delete the Project The techPartnerProjectDelete mutation accepts the following input:

  1. id - The guid of the project to be deleted

An example of the request is as follows:

mutation {
techPartnerProjectDelete(id: "7ea25a78-3bd0-4d84-82e1-6bc1")
}

An example of the response is as follows: Returns true on successful deletion and false otherwise.


{
"data": {
"techPartnerProjectDelete": true
}
}

techPartnerProjectDelete(
id: ID!
): Boolean

Arguments

techPartnerProjectDelete.id ● ID! non-null scalar miscellaneous

Type

Boolean scalar miscellaneous

The Boolean scalar type represents true or false.

On this Page