Delete a user#
Request#
PUT https://{hostname}:{port}
/cli/user/delete?{parameters}
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| user | string | true | Name of the user |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json |
true |
Related CLI command: deleteUser.
Parent topic: user resource