| title | configuration/delete | ||||
|---|---|---|---|---|---|
| slug | configurationdelete-1 | ||||
| excerpt | |||||
| hidden | false | ||||
| metadata |
|
||||
| createdAt | Thu Feb 08 2018 12:53:29 GMT+0000 (Coordinated Universal Time) | ||||
| updatedAt | Thu Feb 08 2018 15:25:24 GMT+0000 (Coordinated Universal Time) |
Deletes a property.
Authorization
Access JSON Web Token (ManageConfiguration)
Topic
dh/request
Payload Representation
{
"action": {string},
"requestId": {object},
"name": {string}
}
Payload Parameters
| Property Name | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | Action name: configuration/delete |
| requestId | No | object | Request unique identifier, will be passed back in the response message. |
| name | Yes | string | Configuration parameter name. |
Topic
dh/response/configuration/delete@{clientId}
Payload Representation
{
"action": {string},
"status": {string},
"requestId": {object}
}
Payload Parameters
| Property Name | Type | Description |
|---|---|---|
| action | string | Action name: configuration/delete |
| status | string | Operation execution status (success or error). |
| requestId | object | Request unique identifier as specified in the request message. |