이 콘텐츠는 선택한 언어로 제공되지 않습니다.
4.2. Parent and Child Accounts
Parent accounts that have the subaccounts capability enabled can contain child user accounts. See Chapter 4, User Information for more information on all user account parameters and capabilities.
4.2.1. Delete Child Account 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Description
Delete the specified child user account, if one exists.
Note
Parent accounts cannot be deleted. Therefore, the API returns an error message if you attempt to delete a parent account.
Method and URL Structure
Method | Resource URL |
---|---|
DELETE | /broker/rest/user |
Request Parameters
Not applicable
cURL Command Example
curl -X DELETE https://openshift.redhat.com/broker/rest/user -d --user child_user:password
$ curl -X DELETE https://openshift.redhat.com/broker/rest/user -d --user child_user:password
JSON Response
No content is returned from a successful DELETE
operation.