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