curl --request DELETE \
--url https://api.diversion.dev/v0/repos/{repo_id} \
--header 'Authorization: Bearer <token>'{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}Delete a repo. All files, workspaces, commits, branches permissions etc. associated with the repo will be deleted.
curl --request DELETE \
--url https://api.diversion.dev/v0/repos/{repo_id} \
--header 'Authorization: Bearer <token>'{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
Repo deletion started asynchronously.