Customers
Deactivate a customer
Soft-delete a customer by setting them as inactive. Customer data is preserved.
delete/v1/customers/{customerId}
Path parameters
customerIdstring required
The customer's prefixed identifier (e.g., cus_ab12cd34ef). This is the merchant-facing slug, not the internal UUID.
Response
Customer deactivated.
Changes
Changed in 2 of the 13 revisions of this API.2
- ○
for the
pathrequest parametercustomerId, the format was generalized fromuuidto no formatrequest-parameter-type-generalized
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○