# Re-subscribe email Remove an email from your unsubscribe list, allowing them to receive emails again. Important: Only do this if the recipient has explicitly requested to be re-subscribed. Endpoint: DELETE /api/customer/unsubscribes/{email} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `email` (string, required) Email address to re-subscribe (URL encoded) ## Response 200 fields (application/json): - `message` (string) Example: "Email re-subscribed successfully" - `email` (string) ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 404 fields (application/json): - `error` (string) Example: "Not found" - `message` (string)