Disconnect a mailbox
Detaches the mailbox from its campaigns and disconnects it. Nothing more sends from it.
Authorization
BearerAuth AuthorizationBearer <token>
Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.
In: header
Path Parameters
email*string
The mailbox address.
Response Body
application/json
application/json
Shell
curl -X DELETE "https://app.argorant.com/api/v1/inboxes/elena@northgate-advisory.com"JSON
{ "ok": true, "disconnected": "elena@northgate-advisory.com"}