Delete Alert
This API call allows you to delete a particular alert that has been set previously.
🛣️Path Parameters
| Field | Type | Description | Example |
|---|
| tenantid | string | Unique identifier for the tenant | tenant_12345 |
| user_id | string | Unique identifier for the user | user_67890 |
| serverAlertId | string | The Server Alert ID from the "Get Alerts" API | 1103c5f6-1993-4f68-8cd3-5a9be50f4719 |
| Field | Type | Description | Example |
|---|
| Authorization | string | Bearer token for authenticating API requests | access_token |
| x-api-key | string | API Key provided for authorization | x-api-key |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | string | Status of the API call | "success" |
| code | string | Response code for the user request | "s-101" |
| message | string | Message describing feedback on the request | "Alert modified" |
| data | object | Contains details about the created alert | See details below |
🧾Data Object Field