zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

[Feature request] Force deletion of monitors #310

Closed Towerthousand closed 4 years ago

Towerthousand commented 4 years ago

Could we support calling monitor deletion with the force flag set?

As per the docs: https://docs.datadoghq.com/api/?lang=bash#delete-a-monitor

This would potentially allow this to be used from the Terraform provider implementation, which we would solve https://github.com/terraform-providers/terraform-provider-datadog/issues/439

bkabrda commented 4 years ago

Merged in #311, closing. Thanks!