Delete Command Template

The request is intended to delete command template.

Request Example

&svc=remove_cmd_template&params={
    "id_unit": integer,
    "cmd_id": integer
}

Parameters

Parameter Description
id_unit Unique Unit ID
cmd_id Unique Command Template ID

Server Response

Result:
true // Command template deletion status.