# Delete Universal Alert Deletes an alert by its uuid. A successful delete will return the entire alert model. Only the alerts owned by the network can be deleted. And these alerts can be deleted by both member or owner. Endpoint: DELETE /api/v1/universal-alert/{uuid} Security: ApiKey ## Path parameters: - `uuid` (string, required) ## Query parameters: - `network_id` (integer, required) Unique identifier of the network whose configuration should be managed ## Response 201 fields (application/json): - `uuid` (string) Example: "a93a9c7d-ce5e-4ec7-be6f-8795c68c1930" - `enabled` (boolean) Example: true - `alert_name` (string) Example: "Outing" - `external_id` (integer) Example: 14 - `rrule` (string) Example: "DTSTART;TZID=America/New_York:20220318T200000\nRRULE:FREQ=WEEKLY;COUNT=1;INTERVAL=1;WKST=MO" - `monitor` (object) Example: {"monitor_mode":"SIMPLE","duration_minutes":120} - `monitor.monitor_mode` (string) Example: "SIMPLE" - `monitor.duration_minutes` (integer) Example: 120 - `meta` (object) Example: {"alert_type":"OUTING_PRESET"} - `meta.alert_type` (string) Example: "OUTING_PRESET" - `analytics_tag` (string) Example: "outingsPreset" - `no_motion_actions` (array) Example: [{"action":"fcm_push","payload":{"data":{"title":"Friday Bowling","body":"No motion at home 6pm - 8pm","click_action":"CustomAlertEvent","sound":"Aura_Push_Final.wav"},"apns":{"headers":{"apns-push-type":"alert","apns-topic":"com.csc.HaloHome"},"payload":{"aps":{"alert":{"title":"Friday Bowling","body":"No motion at home from 6pm - 8pm"},"sound":"Aura_Push_Final.wav","category":"CustomAlertEvent"}}}},"user_ids":[]},{"action":"custom_event","payload":{"data":{"title":"Friday Bowling","body":"No motion at home from 6pm - 8pm"}},"user_ids":[]}] - `no_motion_actions.action` (string) - `no_motion_actions.payload` (object) - `no_motion_actions.payload.data` (object) - `no_motion_actions.payload.data.title` (string) - `no_motion_actions.payload.data.body` (string) - `no_motion_actions.payload.data.click_action` (string) - `no_motion_actions.payload.data.sound` (string) - `no_motion_actions.payload.apns` (object) - `no_motion_actions.payload.apns.headers` (object) - `no_motion_actions.payload.apns.headers.apns-push-type` (string) - `no_motion_actions.payload.apns.headers.apns-topic` (string) - `no_motion_actions.user_ids` (array) - `motion_actions` (array) Example: [{"action":"fcm_push","payload":{"data":{"title":"Friday Bowling","body":"Your loved one stayed home","click_action":"CustomAlertEvent","sound":"Aura_Push_Final.wav"},"apns":{"headers":{"apns-push-type":"alert","apns-topic":"com.csc.HaloHome"},"payload":{"aps":{"alert":{"title":"Friday Bowling","body":"Your loved one stayed home"},"sound":"Aura_Push_Final.wav","category":"CustomAlertEvent"}}}},"user_ids":[]},{"action":"custom_event","payload":{"data":{"title":"Friday Bowling","body":"Your loved one stayed home"}},"user_ids":[]}] - `unknown_actions` (array) Example: [{"action":"fcm_push","payload":{"data":{"title":"Friday Bowling","body":"Caregiver Aware could not determine motion in the home","click_action":"CustomAlertEvent","sound":"Aura_Push_Final.wav"},"apns":{"headers":{"apns-push-type":"alert","apns-topic":"com.csc.HaloHome"},"payload":{"aps":{"alert":{"title":"Friday Bowling","body":"Caregiver Aware could not determine motion in the home"},"sound":"Aura_Push_Final.wav","category":"CustomAlertEvent"}}}},"user_ids":[]},{"action":"custom_event","payload":{"data":{"title":"Friday Bowling","body":"Caregiver Aware could not determine motion in the home"}},"user_ids":[]}] - `error_actions` (array) Example: [] - `timezone` (string) Example: "America/New_York" - `target` (string) Example: "3/18/2022, 8:00:00 PM - America/New_York" - `window_end` (integer) Example: 1647648000000 - `id` (object)