Delete User
This operation is part of the Users API section of the Web Services API.
Overview
Deletes a user from the contact center (requires an administrator role).
| Request URL | /api/v2/users/{userId} | 
|---|---|
| HTTP Method | DELETE | 
| Required Features | api-provisioning-write | 
Samples
Request
DELETE http://localhost:8080/api/v2/users/16aab0b2-2cbb-499e-8fec-adad6bcb608cHTTP Response
{
  "statusCode": "0"
}If the userId is not found, 404 NOT FOUND is returned.
{
  "statusCode": "6",
  "statusMessage": "User not found"
} This page was last edited on January 27, 2017, at 19:02.
                
                
                
                
                
                
		
		
			Comments or questions about this documentation? Contact us for support! 
		
                
                                
            