Reset Lead Approvals
playground
Reset Lead Approvals
Reset approvals for this lead. Omitting step_indices clears every step.
POST
Reset Lead Approvals
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
POST /campaigns/{id}/leads/{lead_id}/reset body.
step_indices=None OR step_indices=[] clears every approved step. A
non-empty list selectively clears those step indices.
If omitted or empty, all approved steps are cleared.
Response
Successful Response
POST approve/unapprove/reset response.
All step indices currently approved for this lead after the operation.
One entry in campaign_leads.metadata.approved_emails.