curl --request DELETE \
--url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/workspaces/{workspace_id} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"status_message": "<string>",
"workspace": {
"commit": {
"author": "<string>",
"email": "<string>",
"id": "<string>",
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"name": "<string>"
},
"oxen_version": "<string>"
}curl --request DELETE \
--url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/workspaces/{workspace_id} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"status_message": "<string>",
"workspace": {
"commit": {
"author": "<string>",
"email": "<string>",
"id": "<string>",
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"name": "<string>"
},
"oxen_version": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Namespace of the repository
Name of the repository
ID of the workspace