Skip to main content
POST
Disconnect OAuth Integration

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

integration
string
required

Integration identifier returned from the provider callback path.

Body

application/json
projectId
string<uuid>
required

Project that owns the connection.

scope
enum<string>
required

Connection ownership within the project.

Available options:
user,
project
connectionId
string<uuid>
required

Exact connection row to disconnect.

Response

200 - application/json

Disconnected

disconnected
boolean
required

Whether a stored OAuth token was disconnected.

revoked
boolean
required

Whether the upstream token was revoked when disconnecting.