Delete Subscriber
Remove a subscriber from your Lumail account
https://lumail.io/api/v1/subscribers/{subscriber}
Permanently removes a subscriber and all associated data from your account. This operation cannot be undone.
Response
- Success (200 OK) - Returns a success message.
- Error (404 Not Found) - Returned if the subscriber does not exist.
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the operation was successful |
message | string | A message confirming the subscriber was deleted |
Request Schema
No request body is required for this endpoint. Identify the subscriber to delete by providing either their unique ID or email address in the URL path.
Usage Example
Use this API endpoint when you need to:
- Remove subscribers who have requested deletion of their data
- Clean up your subscriber list by removing invalid or inactive accounts
- Comply with privacy regulations like GDPR by allowing complete data removal
- Process unsubscribe requests that require full data deletion
- Remove test or duplicate subscriber accounts
This action removes the subscriber and all associated data, including:
- Tags assigned to the subscriber
- Custom field values
- Event history
- Timeline data