cURL
curl --request DELETE \ --url https://staging.depot.mesa.dev/{org}/{repo} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete a repository and all its data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Repository deleted