Skip to main content
DELETE
/
{org}
/
{repo}
Delete repository
curl --request DELETE \
  --url https://staging.depot.mesa.dev/{org}/{repo} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required
Minimum string length: 1
repo
string
required
Minimum string length: 1

Response

Repository deleted

success
boolean
required