cURL
curl --request DELETE \ --url https://api.lemlist.com/api/unsubscribes/{email} \ --header 'Authorization: Basic <encoded-value>'
{ "_id": "uns_NiaRzPzj6nB8sAGFD", "value": "[email protected]" }
Removes an email address from your unsubscribe list.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Email address to remove from the unsubscribes
Success
Unique identifier for the unsubscribe entry
The unsubscribed email address
Was this page helpful?