# Remove unsubscribe Delivery to the deleted email address resumes until it unsubscribes again. Endpoint: DELETE /v3/{domain_name}/unsubscribes/{address} Version: 3.0.0 Security: basicAuth ## Path parameters: - `domain_name` (string, required) Domain to delete the unsubscribe from - `address` (string, required) The address to remove ## Response 200 fields (application/json): - `message` (string, required) Response message - `address` (string, required) Email address ## Response 400 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message