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