Authorizations: oauth2_implicit (user: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 "https://quay-server.example.com/api/v1/user/starred/namespace/repository-name" \
-H "Authorization: Bearer <your_access_token>"