Bulk Delete Alerts

This API allows you to delete multiple alerts from your account. You are allowed to delete only alerts you have access to. All alerts including the default alerts can also be deleted by passing allAlerts: True in body parameter. For deleting multiple alerts, you need to pass the Ids of the alerts in body parameter.

📘

Sample Request

https://services.azuga.com/azuga-ws-oauth/v3/alerts/delete.json

API Response Glossary

FieldDescriptionData Type
generatedAtInMillisEvent performed timestamp in UTC millisecondsLong
dataStatus of the delete operationString
errorDescription of the error - if any.List

🚧

Warning !

This API endpoint deletes all alerts including the default alerts that are available in your account if the field - allAlerts is set to true. Deleting an alert affects the generation of respective events of vehicles in your account. Alert once deleted cannot be restored back.

Language
Authorization
Header
Click Try It! to start a request and see the response here!