Skip to main content
DELETE
/
api
/
repositories
/
{repo_id}
Delete Repository
curl --request DELETE \
  --url https://api.example.com/api/repositories/{repo_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Path Parameters

repo_id
string
required

Response

Successful Response