Skip to main content
DELETE
/
unsubscribes
/
{email}
Delete Unsubscribe Email
curl --request DELETE \
  --url https://api.lemlist.com/api/unsubscribes/{email} \
  --header 'Authorization: Basic <encoded-value>'
{
  "_id": "uns_NiaRzPzj6nB8sAGFD",
  "value": "john.doe@example.com"
}
This endpoint removes an email address from your unsubscribe list.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

email
string<email>
required

Email address to remove from the unsubscribes

Response

Success

_id
string
required

Unique identifier for the unsubscribe entry

value
string<email>
required

The unsubscribed email address