DELETE/api/v2/alerts/{id}CopyTry itBase URLidpathrequiredDeletes an alert AuthorizationsAuthorizationBearer API Keyheaderrequired`Authorization: Bearer <token>`Path parametersidstringrequiredAlert ID Response200401403404JSON200Successfully deleted alert 401Unauthorized JSONmessageoptionalstringHuman-readable error message. Example: "NOT_FOUND: Alert not found"403Forbidden JSONmessageoptionalstringHuman-readable error message. Example: "NOT_FOUND: Alert not found"404Alert not found JSONmessageoptionalstringHuman-readable error message. Example: "NOT_FOUND: Alert not found"