put https://services.azuga.com/azuga-ws-oauth/v3/alerts/delete.json
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
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | Event performed timestamp in UTC milliseconds | Long |
data | Status of the delete operation | String |
error | Description 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.