GraphQLMutationsSubstanceSpecificationDeleteOn this pageSubstanceSpecificationDelete Delete an existing SubstanceSpecification resource. Mutation mutation SubstanceSpecificationDelete($id: ID!, ) { SubstanceSpecificationDelete(id: $id, ) { id }} Input id: ID of the resource to delete Return Type Returns the ID of the deleted resource.