Datadog · JSON Structure

Datadog Monitors Deleted Monitor Structure

Response returned after successfully deleting a monitor

Type: object Properties: 1
AnalyticsDashboardsMonitoringPlatformT1Visualizations

DeletedMonitor is a JSON Structure definition published by Datadog, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deleted_monitor_id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-monitors-deleted-monitor-structure.json",
  "name": "DeletedMonitor",
  "description": "Response returned after successfully deleting a monitor",
  "type": "object",
  "properties": {
    "deleted_monitor_id": {
      "type": "int64",
      "description": "The ID of the monitor that was deleted",
      "example": 42
    }
  }
}