zorkian / go-datadog-api

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

Add force delete monitor #311

Closed Towerthousand closed 4 years ago

Towerthousand commented 4 years ago

This uses the API flag force=true to allow clients to delete monitors even if they're referenced from an SLO.

This implements #310

Towerthousand commented 4 years ago

@bkabrda does this sound reasonable? :)

bkabrda commented 4 years ago

@Towerthousand yeah, this looks really good, merging this now. Thanks!