Skip to main content
DELETE
/
unsubscribes
/
contacts
/
{contactId}
Re-subscribe Contact
curl --request DELETE \
  --url https://api.lemlist.com/api/unsubscribes/contacts/{contactId} \
  --header 'Authorization: Basic <encoded-value>'
"Contact subscription updated"

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

contactId
string
required

The contact identifier

Response

Success