Delete
Delete a Stripe customer
Delete
Delete a Stripe customer
yaml
type: io.kestra.plugin.stripe.customer.DeleteExamples
yaml
id: delete_customer
namespace: company.team
tasks:
- id: delete_customer
type: io.kestra.plugin.stripe.customer.Delete
apiKey: "{{ secret('STRIPE_API_KEY') }}"
customerId: "cus_123456789"