Remove a sender
Detaches one mailbox from the campaign. The mailbox stays connected to your account.
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
Mailbox address.
Response Body
application/json
application/json
Shell
curl -X DELETE "https://app.argorant.com/api/v1/campaigns/7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c/senders/elena@northgate-advisory.com"JSON
{ "ok": true, "detached": "elena@northgate-advisory.com"}