Delete a customer by lookup key
DELETE/customers/:lookupKey/:lookupValue
Safely remove B2C customer accounts from your system using dynamic lookup keys with soft delete support for data recovery and account management.
Key Features
- Dynamic Lookup Keys: Delete customer accounts by
id
orsourceId
+source
combination - Soft Delete: Deleted customer accounts are moved to the Propeller Recycle bin for potential restoration
- Data Recovery: Deleted customer accounts can be restored via the Propeller backoffice
- Safe Operation: No permanent data loss - customer accounts are archived rather than permanently deleted
- Error Handling: Clear error messages for invalid lookup keys or missing customer accounts
Request
Responses
- 200
- 400
- 404
Delete a customer by lookup key - 200
Delete a customer by lookup key - 400 (invalid lookup key)
Delete a customer by lookup key - 404