Skip to main content
POST
/
v4
/
inbox
/
disconnect
Disconnect Email Provider
curl --request POST \
  --url https://api.casparser.in/v4/inbox/disconnect \
  --header 'x-api-key: <api-key>' \
  --header 'x-inbox-token: <x-inbox-token>'
{
  "status": "success",
  "msg": "Email disconnected successfully"
}

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Headers

x-inbox-token
string
required

The encrypted inbox token to revoke

Response

Successfully disconnected

status
string
Example:

"success"

msg
string
Example:

"Email disconnected successfully"