Skip to main content
DELETE
/
api
/
v1
/
repos
/
base
Unset Base Repo
curl --request DELETE \
  --url https://api.{cluster}.code.storage/api/v1/repos/base \
  --header 'Authorization: Bearer <token>'
{
  "message": "repository detached"
}

Documentation Index

Fetch the complete documentation index at: https://code.storage/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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.

message
string
required

Human-readable detach status message.

Example:

"repository detached"