Delete an alert
Permanently delete an existing alert.
If alertId is 0, it will delete all alerts
If you call delete an MTA alert, it will reset to the default state.
DELETE /iserver/account/{{ accountId }}/alert/{{ alertId }}
Request Parameters
Path Parameters
accountId: String. Required
Identifier for the unique account to retrieve information from.
Value Format: “DU1234567”
alertId: int**.** Required
order_id returned from the original alert creation, or from the list of available alerts.
Python
Abap
Response Object
request_id: int.
Returns ‘null’
order_id: int.
Returns requested alertId or order_id
success: bool.
Returns true if successful
text: String.
Adds additional information for “success” status.
failure_list: String.
If “success” returns false, will list failed order Ids

