Irreversible Operation: Customer deletion is permanent and cannot be undone. Ensure you have proper authorization and backup procedures before proceeding.
Endpoint Details
DELETE
/api/v0/customers/{id}
Idempotency: Supported (recommended for delete operations)
Rate Limiting: Subject to standard API rate limits
Audit Logging: All deletion operations are automatically logged
Authentication
All requests require API key authentication using the following headers:x-client-key
: Your application’s client keyx-client-secret
: Your application’s client secret
Idempotency
Include an idempotency key to ensure delete operations are safely retryable:idempotency-key
: Include a unique UUID v4 in the header- Subsequent requests with the same key return the original response
- Keys expire after 24 hours
Path Parameters
Customer’s unique identifier (UUID)
Format: UUID v4
Example:
Format: UUID v4
Example:
"550e8400-e29b-41d4-a716-446655440000"
Request Examples
Response Format
Success Response (200 OK)
Error Responses
Use Cases
1. GDPR Compliance
Remove customer data upon valid erasure requests.2. Test Data Cleanup
Clean up test customer records from development environments.3. Account Closure
Permanently remove customers who have closed their accounts.Safety Measures
Important Reminder: Customer deletion is irreversible. Always verify the customer ID and ensure you have proper authorization before proceeding.
Related Endpoints
- Create Customer - Create new customer records
- List Customers - Get customers with filtering
- Fetch Customer - Get specific customer details
- Update Customer - Update customer information
- Blacklist Customer - Blacklist customer access
Support
For technical support or questions about deleting customers:- Ensure you have proper authorization before deleting customers
- Contact support for guidance on bulk deletion operations
- Maintain audit logs of all deletion activities
For more information, see: