Skip to main content
DELETE
/
unsubscribes
/
variables
/
{value}
Re-subscribe Variable
curl --request DELETE \
  --url https://api.lemlist.com/api/unsubscribes/variables/{value} \
  --header 'Authorization: Basic <encoded-value>'
"Variable subscribed"
Variables with a LEAD or ABUSE source are protected and cannot be re-subscribed (returns 409).

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

value
string
required

The variable value to re-subscribe

Response

Success