Delete a single securityUser element

This method deletes the securityUser element with the ID in the request path.

Request

DELETE http://{hostname}:{port}
/users/{id}
Table 1. URL parameters
Parameter Type Required Description
id string true The ID of the securityUser element.

Example

curl -k -u jsmith:passwd  
  "http://myserver.example.com:8080/users/cb5a112e-f096-4c89-b9b6-a8dc6acfb4dc" 
  -X DELETE

Feedback