Deactivate a customer
Customers
Delete a customer
Soft-delete a customer by setting them as inactive. Customer data is preserved.
DELETE
Deactivate a customer
Authorizations
YuvexPay API key. Include as Authorization: Bearer ypk_<env>_<kid>_<secret> where <env> is test (sandbox) or live (production). Create and manage keys in the dashboard under Settings > API Keys.
Path Parameters
The customer's prefixed identifier (e.g., cus_ab12cd34ef). This is the merchant-facing slug, not the internal UUID.
Response
Customer deactivated.

