Hanzo
OpenapiKnowledge

Revokes a connection: it tombstones the stored credential so a later sync…

Revokes a connection: it tombstones the stored credential so a later sync cannot reuse it, purges this provider's points from the org's vector namespace,…

DELETE /v1/knowledge/connectors/{provider}

Addresshttps://api.hanzo.ai/v1/knowledge/connectors/{provider}
MethodDELETE
Operationdelete_knowledge_connectors_by_provider
AuthAuthorization: Bearer $HANZO_API_KEY

Revokes a connection: it tombstones the stored credential so a later sync cannot reuse it, purges this provider's points from the org's vector namespace, and marks the connector disconnected. The documents already ingested stay in the org's store — they are the org's own data — but stop being retrievable by search; a caller deletes them through the document surface.

Request

1 field.

FieldInTypeRequiredDescription
providerpathstringyesProvider is the connector to act on: github, slack, google or notion.

Response

StatusBodyMeaning
200connectionOutok

200 body — 3 fields.

FieldInTypeAlwaysDescription
accountbodystringAccount names the connected external account, when the provider reports one.
providerbodystringProvider is the connector this answer is about.
statusbodystringStatus is the connection state: connected or disconnected.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Knowledge API · All Hanzo APIs · Interactive reference

How is this guide?

On this page