`POST /orgs/{org_id}/connectors/{connector_id}/revoke`
Connectors
Revoke Connector
Revoke a connector’s credential and remove it from the fleet.
POST
`POST /orgs/{org_id}/connectors/{connector_id}/revoke`
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Response
Connector revoked
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.
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.