Delete Alert
DELETE
/api/v1/nodes/{node_id}/monitoring/triggers/Path parameters
node_idPathstringrequiredPath parameter
node_id.
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}idQuerystringoptionalIdentifier of the alert to delete
- required
- must be a non-empty string
example{{trigger_id}}typeQuerystringoptionalSpecifies the type of delete operation for the alert
- must be a non-empty string
- allowed value: "trigger"
exampletriggerzabbix_idQuerystringoptionalZabbix alert identifier to delete
- required
- must be a valid Zabbix identifier
example{{zabbix_id}}apikeyQuerystringrequiredAPI key used to authenticate the delete alert request
- required
- must be a valid API key
example{{api_key}}locationQuerystringrequiredThe location identifier for the alert to delete.
- required
- non-empty string
- alphanumeric with optional hyphens or underscores
example{{location}}
Responses
200Successful response
HTTP status code indicating the result of the delete operation
example
200- integer
- valid HTTP status code (e.g., 200)
Error message returned by the Delete Alert operation
example
- May be an empty string when no error occurred
- Contains descriptive error text when an error is present
Human-readable confirmation that the alert was deleted
example
Trigger was deleted successfully- required
- non-empty string