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
JSON Response
No content is returned from a successful DELETE
operation.