GraphQLMutationsSubstanceProteinDeleteOn this pageSubstanceProteinDelete Delete an existing SubstanceProtein resource. Mutation mutation SubstanceProteinDelete($id: ID!, ) { SubstanceProteinDelete(id: $id, ) { id }} Input id: ID of the resource to delete Return Type Returns the ID of the deleted resource.