deletePaymentMethod
abstract suspend fun deletePaymentMethod(customerId: String, paymentMethodId: String, idempotencyKey: IdempotencyKey? = null): ApiResult<Unit>
Deletes a payment method from a Customer
Parameters
customerId
Unique identifier for the customer.
paymentMethodId
Unique identifier for the payment method to delete.
idempotencyKey
Optional idempotency key. For more details see Idempotency