Alerts
Delete Alert
Delete an alert
Authorization
x-maxim-api-key
<token>API key for authentication
In: header
Query Parameters
workspaceId
RequiredstringUnique identifier for the workspace
id
RequiredstringUnique 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