Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:d-sdk:9_notifications:3_delete_notification [2018/04/26 22:01]
support@geliossoft.ru created
en:d-sdk:9_notifications:3_delete_notification [2021/07/07 13:28]
Line 1: Line 1:
-====== Delete Notification ====== 
-The request is intended to delete notification. 
  
-=== Request Example === 
-<code php>&​svc=delete_notification&​params={ 
-    "​id_notification":​ integer 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| id_notification | Unique Notification ID | 
- 
-=== Server Response === 
-== Result: == 
-<code php>​{ ​ 
-    "​result":​ true // Notification deleting status ​ (true or false) 
-}</​code>​