Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
OK
Marks a customer record as inactive, preventing further transactions or modifications. This soft-delete approach ensures that the customer is no longer active in your environment but preserves historical data (e.g., transactions, invoices) for reporting and compliance purposes.
Personal data is not physically erased by this operation. To request full data removal (e.g., for GDPR compliance), you must submit a request through the platform’s dedicated support process. Use this endpoint when a customer account needs to be closed or disabled operationally.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK