ArgorantDocs

Remove a lead

delhttps://app.argorant.com/api/v1/campaigns/{campaign_id}/leads/{email}
DELETE
/api/v1/campaigns/{campaign_id}/leads/{email}

Takes one person out of the campaign. Nothing more is sent to them from it; already sent emails are unaffected.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Path Parameters

campaign_id*string

Campaign id.

email*string

The lead's email address.

Response Body

application/json

application/json

application/json

Shell
curl -X DELETE "https://app.argorant.com/api/v1/campaigns/7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c/leads/jane.doe@example-acme.com"
JSON
{  "ok": true,  "removed": "jane.doe@example-acme.com"}