Delete user

Delete a user by its user ID.

Method DELETE
URL /v1/user/{siteId}/{userId}

Request parameters

All parameters are required.

Parameter

Type

Description

changeReason (query)

string

String containing change reason.

siteId (path)

integer

Site ID. Unique identifier assigned during client-account creation in Nuance Portal.

userId (path)

integer

User ID.

Response codes

Status

Description

204

Request succeeded. There is no content to send in the response.

404

The server cannot find the requested user. This user may not exist.

For a full list of supported response codes for UMAPI, see Response codes.

Samples

Note: Authentication is required to try out samples. For details, see API token authentication.