21.2. deleteInstallUser
ユーザーを削除します。
DELETE /api/v1/superuser/users/{username}
認可: oauth2_implicit (super:user)
要求の body スキーマ (application/json)
ユーザーを削除するためのデータ
名前 | 説明 | スキーマ |
---|---|---|
username | 削除するユーザーのユーザー名 | string |
レスポンス
HTTP コード | 説明 | スキーマ |
---|---|---|
201 | 作成に成功 | |
400 | Bad Request (不適切な要求) | |
401 | セッションが必要 | |
403 | 不正アクセス | |
404 | 見つからない |
コマンドの例
curl -X DELETE -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/superuser/users/{username}"
$ curl -X DELETE -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/superuser/users/{username}"