NSX-T Data Center REST API
Delete node user
Delete specified user who is configured to log in to the NSX appliance.Whereas local users root and administrator are not allowed to be deleted,
but local user audit is deletable on-demand.
Caution, users deleted from following node types cannot be recovered,
kindly plan the removal of user accounts accordingly.
- Autonomous Edge
- Cloud Service Manager
- Edge
- Public Cloud Gateway
Request:
Method:
DELETE
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/node/users/{userid}
/api/v1/cluster/{cluster-node-id}/node/users/{userid}
/api/v1/node/users/{userid}
/api/v1/cluster/{cluster-node-id}/node/users/{userid}
/api/v1/node/users/{userid}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/api/v1/node/users/10003Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a