Authorizations: oauth2_implicit (repo:admin)
Type | Name | Description | Schema |
---|---|---|---|
path |
repository |
The full path of the repository. e.g. namespace/name |
string |
HTTP Code | Description | Schema |
---|---|---|
204 |
Deleted |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X DELETE -H "Authorization: Bearer <bearer_token>" "<quay-server.example.com>/api/v1/repository/<namespace>/<repository_name>"