Customers
Delete Customer
Delete a customer.
This action cannot be undone and will immediately:
- Soft-delete the customer record
- Clear any
external_id
Set anonymize=true to also anonymize PII for GDPR compliance.
Scopes: customers:write
DELETE
Delete Customer
Documentation Index
Fetch the complete documentation index at: https://docs.rapidly.tech/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Create an Workspace Access Token in your workspace's settings page.
Path Parameters
The customer ID.
Query Parameters
If true, also anonymize the customer's personal data for GDPR compliance. This replaces email with a hashed version, hashes name and billing name, clears billing address, and removes OAuth account data.
Response
Customer deleted.
Delete Customer