GraphQLMutationsSubstanceSourceMaterialDeleteOn this pageSubstanceSourceMaterialDelete Delete an existing SubstanceSourceMaterial resource. Mutation mutation SubstanceSourceMaterialDelete($id: ID!, ) { SubstanceSourceMaterialDelete(id: $id, ) { id }} Input id: ID of the resource to delete Return Type Returns the ID of the deleted resource.