RequestDeleteAccountComment
Request to delete the specified account comment
Request format
{
"Login": "12345",
"Comment": "test comment",
"Actor": "Magic Goose",
"CommentId": "aaafbebb-7a2a-41c4-b2ec-90b6bdcfccdc",
"Nodes": [
"Node1"
],
"RequestId": "e10fbea8-7a2a-41c4-b2ec-90b6bdcfeb2b",
"RequestName": "RequestAccountSetComment"
}
Request parameters:
| Name | Description |
|---|---|
| Actor | The login of the dealer performing the action |
| Comment | Comment to set |
| CommentId | Comment ID to mark for deletion |
| RequestId | Unique request GUID |
| Nodes | One node is indicated on which the trigger is updated (the validator is running) |
General status response ResponseOk
{
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": "Ok",
"ResponseNode": "ResponseNodeOk"
}
],
"RequestId": "fecbdc1d-11ad-4752-8d85-a9c66997b266",
"ResponseMaster": "ResponseOk"
}