Api ReferenceEndpointDelete a repository
Delete a repository
Permanently deletes a repository. This action cannot be undone.
DELETE
/repos/{owner}/{repo}Permanently deletes a repository. This action cannot be undone.
Path Parameters
ownerstringpathrequired
Repository owner
repostringpathrequired
Repository name
Responses
204Repository deleted
403Forbidden
errorstring
messagestring
documentation_urlstring
curl -X DELETE "https://drok.us/api/v1/repos/:owner/:repo" \
-H "Authorization: Bearer $DROK_TOKEN"