user/delete

Deletes an existing user.

Authorization

Access JSON Web Token (ManageUser)

Request Topic and Payload

Topic

dh/request

Payload Representation

{
    "action": {string},
    "requestId": {object},
    "userId": {string}
}

Payload Parameters

Property NameRequiredTypeDescription
actionYesstringAction name: user/delete
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
userIdYesstringUser unique identifier.

Response Topic and Payload

Topic

dh/response/user/delete@{clientId}

Payload Representation

{
    "action": {string},
    "status": {string},
    "requestId": {object}
}

Payload Parameters

Property NameTypeDescription
actionstringAction name: user/delete
statusstringOperation execution status (success or error).
requestIdobjectRequest unique identifier as specified in the request message.