Skip to main content

Delete Alert

This API call allows you to delete a particular alert that has been set previously.

🛣️Path Parameters

FieldTypeDescriptionExample
tenantidstringUnique identifier for the tenanttenant_12345
user_idstringUnique identifier for the useruser_67890
serverAlertIdstringThe Server Alert ID from the "Get Alerts" API1103c5f6-1993-4f68-8cd3-5a9be50f4719

🔑Header Parameters

FieldTypeDescriptionExample
AuthorizationstringBearer token for authenticating API requestsaccess_token
x-api-keystringAPI Key provided for authorizationx-api-key

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of the API call"success"
codestringResponse code for the user request"s-101"
messagestringMessage describing feedback on the request"Alert modified"
dataobjectContains details about the created alertSee details below

🧾Data Object Field

FieldTypeDescriptionExample/ENUM
alertIdstringUnique identifier for the created alert"1103c5f6-1993-4f68-8cd3"
delete/alert-nodeengine/{tenantid}/v1/alerts/setScripAlert/{user_id}/{serverAlertId}