IntegrationsDatadogActions
Delete Datadog monitor
Delete a monitor by id without Datadog force. Requires monitors_write. A provider 404 is treated as already absent.
monitors.delete · Datadog · v1
Details
Scopes
None
Input
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
monitor_id | integer | Yes | minimum 1 |
Output
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
Raw schema
Input
{
"type": "object",
"additionalProperties": false,
"properties": {
"monitor_id": {
"type": "integer",
"minimum": 1
}
},
"required": [
"monitor_id"
]
}Output
{
"type": "object",
"additionalProperties": false,
"properties": {}
}