cURL
curl --request DELETE \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name} \ --header 'Authorization: Bearer <token>'
{ "repository": { "name": "test-repo", "namespace": "0e2a7143-1da6-4da0-a16d-dffe0a567ccd" }, "status": "success", "status_message": "resource_deleted" }
Delete repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"ox"
"test-repo"
OK
The response is of type object.
object