StopLeadInCampaign
# _Stops a lead in a campaign_
Call this method if you want to stop the progression of a lead in a campaign.
### Body Parameters
- **campaignId** _(integer)_: The ID of the campaign.
- **leadMemberId:** The lead member Id. You can get the member Id from the field 'linkedin_id' in the method 'GetLeadsFromCampaign' or from 'GetLeadsFromList'
- **leadUrl:** the linked in URL for the lead
Headers
X-API-KEY
Request
This endpoint expects an object.
campaignId
leadMemberId
leadUrl

