Cartalyst\Stripe\Api\Products::delete PHP Method

delete() public method

Deletes an existing product.
public delete ( string $productId ) : array
$productId string
return array
    public function delete($productId)
    {
        return $this->_delete("products/{$productId}");
    }