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_idThe id of the application from which to remove the alert.
- alert_textThe 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 5 months ago
