Unset Base Repo
deprecated
Detach the repository from its configured upstream provider. The operation is idempotent: already-detached repositories return success.
Deprecated: Use /api/repos/{repo_name}/base instead.
DELETE
Unset Base Repo
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Upstream detach result.
Confirmation that the upstream link has been detached from the repository.
Human-readable detach status message.
Example:
"repository detached"
Unset Base Repo