- URL:
- https://<root>/security/users/remove
- Methods:
- POST
- Required Capability:
- Access allowed with either the "Update", "Delete", "Security and Infrastructure", or "Servers" privileges
- Version Introduced:
- 10.1
Description
The remove operation removes an existing user account from the user store. This operation is available only when the user store is a read-write store, such as the default ArcGIS Server store.
Request parameters
| Parameter | Description | 
|---|---|
| 
 | The name of the user to remove. Example  | 
| 
 | The response format. The default response format is  Values:  | 
Example usage
The following is a sample POST request for the remove operation:
POST /webadaptor/admin/security/users/remove HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
username=jwhite&f=pjsonJSON Response example
{"status": "success"}