Delete Notification

The request is intended to delete notification.

Request Example

&svc=delete_notification&params={
    "id_notification": integer
}

Parameters

Parameter Description
id_notification Unique Notification ID

Server Response

Result:
{ 
    "result": true // Notification deleting status  (true or false)
}