Skip to main content
DELETE
/
{org}
/
repos
/
bulk
Bulk delete repositories
curl --request DELETE \
  --url https://api.mesa.dev/api/v1/{org}/repos/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "repo_ids": [
    "<string>"
  ]
}
'
{
  "deleted": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Body

application/json
repo_ids
string[]
required
Required array length: 1 - 100 elements

Response

Deleted count

deleted
number
required