alert_delete ()
Function prototype | alert_delete (session, ref) |
---|---|
API Version | 2.7.24 and higher |
Deletes an alert
This function deletes an alert of the active user. This operation is only permitted if the alert is addressed to the active user. | |
Input parameters: |
|
Output parameters: |
|
Request sample: | alert_delete( “LCAAAAAAAAAAAA”, 25642); |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<result></result>
<ErrorMsg></ErrorMsg>
<ErrorCode></ErrorCode>
|
Return Error codes
ERROR CODE | |
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The alert does not belong to the active user |