cURL
curl --request DELETE \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/branches/{branch_name} \ --header 'Authorization: Bearer <token>'
""
Delete a branch
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
(Required)
"ox"
"test-repo"
"{{new_branch_name}}"
OK
The response is of type file.
file