GraphQL API ReferenceOperationsMutationsdeleteProductOn this pagedeleteProductDelete a product by its ID. Returns true if successful. deleteProduct( id: ID!): Boolean! Arguments deleteProduct.id ● ID! non-null scalar Type Boolean scalar The Boolean scalar type represents true or false.