Remove an Alert from an Application
Overview
This action allows you to remove an alert from an application.
Action Type
remove_app_alert
Required Data
app_id
The id of the application from which to remove the alert.alert_text
The text for the alert to be removed.
Optional Data
None.
Example Request Payload
{
"type": "remove_app_alert",
"data": {
"app_id": 3640,
"alert_text": "Remove this alert via API!"
}
}
Usage
Upon execution of the action, you will see the alert removed from the application.
Updated almost 4 years ago