We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Method: DELETE
DELETE
Path: /ca/rest/admin/users/{userID}
/ca/rest/admin/users/{userID}
Authentication: client certificate
Parameters:
userID: string
userID
Content: None
To delete a user using curl:
$ curl -k -X "DELETE" --user caadmin:Secret.123 -s https://localhost.localdomain:8443/ca/rest/admin/users/testuser
To delete a user using PKI CLI:
$ pki -n caadmin --message-format json --output tmp ca-user-del testuser
The request will be stored in tmp/http-request-3:
tmp/http-request-3
DELETE /ca/rest/admin/users/testuser HTTP/1.1 Accept: application/json
The response will be stored in tmp/http-response-3:
tmp/http-response-3
HTTP/1.1 204 Content-Type: application/json
UserClient.removeUser()
UserService.removeUser()
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide