Delete a customer
Delete a customer
Deletes the specified customer. This is a soft delete: the customer is marked as deleted and no longer appears in list or retrieve responses, but historical records that reference the customer (such as payment intents and checkout sessions) continue to resolve it.
DELETE
Delete a customer
Authorizations
Use a Bearer token to access this API.
Path Parameters
Example:
"fcus_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Response
Success
An envelope wrapping a single customer object.
The customer.
Example:
{
"customer_id": "fcus_01HACM7FZ1084XB1GB6053VM0D",
"deleted": true
}