Authorizations: oauth2_implicit (super:user)
Type | Name | Description | Schema |
---|---|---|---|
path |
quota_id |
string |
|
path |
limit_id |
string |
|
path |
orgname |
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/organization/<orgname>/quota/<quota_id>/limit/<limit_id>" \
-H "Authorization: Bearer <access_token>"