Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.77 KB

File metadata and controls

68 lines (52 loc) · 1.77 KB
title user/delete
slug userdelete-1
excerpt
hidden false
metadata
image robots
index
createdAt Thu Feb 08 2018 12:58:10 GMT+0000 (Coordinated Universal Time)
updatedAt Thu Feb 08 2018 15:30:45 GMT+0000 (Coordinated Universal Time)

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 Name Required Type Description
action Yes string Action name: user/delete
requestId No object Request unique identifier, will be passed back in the response message.
userId Yes string User unique identifier.

Response Topic and Payload

Topic

dh/response/user/delete@{clientId}

Payload Representation

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

Payload Parameters

Property Name Type Description
action string Action name: user/delete
status string Operation execution status (success or error).
requestId object Request unique identifier as specified in the request message.