Skip to content

Files

Latest commit

b979fdd · Feb 27, 2025

History

History
45 lines (32 loc) · 942 Bytes

api-superuser-deleteOrganization.adoc

File metadata and controls

45 lines (32 loc) · 942 Bytes

deleteOrganization

DELETE /api/v1/superuser/organizations/{name}

Authorizations: oauth2_implicit (super:user)

Path parameters

Type Name Description Schema

path

name
required

The name of the organizaton being managed

string

Responses

HTTP Code Description Schema

204

Deleted

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X DELETE \
  -H "Authorization: Bearer <bearer_token>" \
  "https://<quay_server>/api/v1/superuser/organizations/<organization_name>"