Skip to main content
POST
Disconnect Service

Endpoint

Overview

Disconnects the authenticated user from a service by setting the connected flag to false. The service entitlement remains but is marked as disconnected.

Request

ServiceIdentifier
required
Service identifier: DROP, MAILS, VAULT, or DB

Response

boolean
Always false on success
string
Service identifier
string
Access tier
boolean
Premium access flag
string
“Successfully disconnected from service”

Implementation Details

Code Reference

Status Codes

OK
Successfully disconnected or already disconnected
Bad Request
Validation error
Unauthorized
Missing or invalid authentication token
Not Found
Service entitlement not found

Example Request

Example Response

Audit Events

  • SERVICE_ENTITLEMENT_DISCONNECT: Service disconnected successfully

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
service
enum<string>
required
Available options:
DROP,
MAILS,
VAULT,
DB

Response

200

Service disconnected