Disconnect a repository connection
DELETEhttps://platform.docana.com/api/v1/repository-connections/:repositoryConnectionId/
Clears the connection’s stored credentials and hides it. Owner-only, like every connection operation. Refused with 409 while active folder mounts still sync through the connection: unlink those collections first, so no sync is silently stranded.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The connection was disconnected
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller does not own the connection
Connection not found
Active folder mounts still sync through the connection
Unexpected server error.