Skip to main content
POST
`POST /orgs/{org_id}/connectors/{connector_id}/revoke`

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
connector_id
string
required

Response

Connector revoked

connector_id
string
required
disconnected
boolean
required

Whether a live channel connection was torn down here. false just means the box was already offline — its credential is dead either way, so a reconnect is refused.

stopped_syncs
integer<int64>
required

Enabled syncs that were pointing at this connector. They are left in place but stop dispatching, since picking due syncs skips revoked connectors. Recreate them against a replacement connector — recreating against the same dest_table adopts the rows already there.