Email Accounts

Disconnect Email Account

POST/v1/email-accounts/{emailAccountId}/disconnect
POST
/v1/email-accounts/{emailAccountId}/disconnect

Disconnect Email Account

Temporarily disconnect an email account from warm-up without deleting it. Preserves all configuration and history so it can be reconnected later.

Authorization

X-Api-Key<token>

In: header

Path Parameters

emailAccountIdnumber

Responses

200
200 response
{
  "emailAccountId": 123,
  "status": "disconnected"
}

Request

curl -X POST \
  "https://lupus-edge.trulyinbox.com/v1/email-accounts/{emailAccountId}/disconnect" \
  -H "X-Api-Key: YOUR_API_KEY"

Response

No response body