Revision as of 14:37, October 31, 2023 by WikiSysop (talk | contribs) (Update with the copy of version: 8.5.2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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-adad6bcb608c

HTTP 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 October 31, 2023, at 14:37.
Comments or questions about this documentation? Contact us for support!