cURL
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 }
Bulk delete repos
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 100
Deleted count