cURL
curl --request DELETE \ --url https://staging.depot.mesa.dev/{org}/{repo}/branches/{branch} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a branch from a repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Branch deleted