Maxim Logo
Alerts

Delete Alert

Delete an alert

DELETE
/v1/alerts

Authorization

x-maxim-api-key<token>

API key for authentication

In: header

Query Parameters

workspaceIdRequiredstring

Unique identifier for the workspace

idRequiredstring

Unique identifier for the alert to delete

curl -X DELETE "https://api.getmaxim.ai/v1/alerts?workspaceId=%3Cstring%3E&id=%3Cstring%3E" \
  -H "x-maxim-api-key: <token>"

Alert deleted successfully