Skip to main content

Delete Alert

DELETE/api/v1/nodes/{node_id}/monitoring/triggers/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • idQuerystringoptional

    Identifier of the alert to delete

    • required
    • must be a non-empty string
    example{{trigger_id}}
  • typeQuerystringoptional

    Specifies the type of delete operation for the alert

    • must be a non-empty string
    • allowed value: "trigger"
    exampletrigger
  • zabbix_idQuerystringoptional

    Zabbix alert identifier to delete

    • required
    • must be a valid Zabbix identifier
    example{{zabbix_id}}
  • apikeyQuerystringoptional

    API key used to authenticate the delete alert request

    • required
    • must be a valid API key
    example{{api_key}}
  • locationQuerystringoptional

    The location identifier for the alert to delete.

    • required
    • non-empty string
    • alphanumeric with optional hyphens or underscores
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code indicating the result of the delete operation

example200
  • integer
  • valid HTTP status code (e.g., 200)
dataobject
errorsstring

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
messagestring

Human-readable confirmation that the alert was deleted

exampleTrigger was deleted successfully
  • required
  • non-empty string