Skip to content

deleteProduct

Delete a product

Arguments

input · deleteProductInput · Parameters for deleteProduct

Returns

deleteProductPayload

Example

mutation deleteProduct($input: deleteProductInput) {
deleteProduct(input: $input) {
messages
product
}
}