Skip to content

Delete unadopted files

DELETE
/admin/unadopted/{owner}/{repo}
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

APIEmpty is an empty response

Media type application/json

APIForbiddenError is a forbidden error response

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}