Skip to main content
DELETE
Reset Step Personalization for Lead
The lead receives the step’s shared message again, and the step’s A/B test applies to the lead again. Same as Reset override in the lemlist review page. The personalized content cannot be recovered. The call is idempotent: reset is false when the step was not personalized for the lead. Once the lead reached the step (sent, skipped or ignored), the request answers 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

campaignId
string
required

The unique identifier of the campaign

leadIdOrEmail
string
required

The unique identifier or email of the lead

stepId
string
required

The unique identifier of the step, from GET /campaigns/{campaignId}/sequences

Response

The personalization is removed. reset is false when the step was not personalized for the lead: an idempotent no-op, not an error.

reset
boolean