Delete customer payment account

View as Markdown
Unlinks this customer from the named payment processor. Tabs forgets the processor reference and the default payment method it had on record; nothing is deleted at the processor itself, so the customer and their payment methods stay intact in Stripe. The customer can no longer be charged through that processor until they are linked again. Idempotent — unlinking a customer who was never linked succeeds and changes nothing.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Customer Id
processorTypeenumRequired

Payment processor to unlink from. STRIPE is the only supported value.

Allowed values:

Response

The customer is no longer linked to that processor.

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error