Authorizations: oauth2_implicit (super:user)
Type | Name | Description | Schema |
---|---|---|---|
path |
name |
The name of the organizaton being managed |
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>" \
"https://<quay_server>/api/v1/superuser/organizations/<organization_name>"