configuration/delete

Deletes a property.

Authorization

Access JSON Web Token (ManageConfiguration)

Request Topic and Payload

Topic

dh/request

Payload Representation

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

Payload Parameters

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

Response Topic and Payload

Topic

dh/response/configuration/delete@{clientId}

Payload Representation

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

Payload Parameters

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