STRIPE.PRODUCT.DELETE
Premium
Deletes specified product.
Syntax
=STRIPE.PRODUCT.DELETE(ProductID, [ResponseTarget])
Arguments
Name | Type | Description |
---|---|---|
ProductID | String | The unique ID of the product to delete. |
ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to |
Return
Type | Description |
---|---|
Boolean,Result,Error | Request result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned. |
Examples
Formula | Result | Comment |
---|---|---|
| JSON | Deletes the product with id "prod_MhD1djepQmTqfQ". |