![]() |
Consumption Analytics Documentation |
Deletes a user specified by their database ID.
In version 4.0: DELETE http://<ccServerURL>/rest/v2/users/<userId>
In version 4.1 and later: DELETE http://<ccServerURL>/rest/v2/ccusers/users/<userId>
Name | Type | Description | |
---|---|---|---|
URL path parameters (required) | userId | integer | The ID of the user to delete. This is not the Username field in the Users page of the Cloud Cruiser Portal used for logging in, but the ID of the user record in the database. |
None
text/plain
A statement of whether the deletion is successful.
DELETE http://localhost:8080/rest/v2/ccusers/users/10002
Successfully deleted user with id 10002
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP