Skip to main content
Version: Streamsheets 3.0

STRIPE.CUSTOMER.DELETE

Premium

Deletes specified customer and cancels any active subscriptions. NOTE: cannot be undone!

Syntax

=STRIPE.CUSTOMER.DELETE(CustomerID, [ResponseTarget])

Arguments

NameTypeDescription
CustomerIDStringThe unique ID of the customer to delete.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to

Return

TypeDescription
Boolean,Result,ErrorRequest result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned.

Examples

FormulaResultComment
=STRIPE.CUSTOMER.DELETE("cus_9BoKyB2Km2T7TE")
JSONDeletes the customer with id "cus_9BoKyB2Km2T7TE".