delete_message

The delete_message function is used to delete messages.

Copied!
svc=render/delete_message&params={"layerName":"<text>",
				  				  "msgIndex":<uint>,
				  				  "unitId":<long>}

Parameters

NameDescription
layerNameLayer name.
msgIndexMessage index.
unitIdUnit ID.

Returned result

If the request is successful, an empty JSON is returned.

Copied!
{ }

If not, an error code is returned. Possible error codes:

CodeDescription
7Failed to fetch the item with the desired ACL (ADF_ACL_AVL_UNIT_DEL_MSGS).
6Undefined error.
4

Wrong input parameters.

Download PDF file
Download Word document

See also