github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/apigw/v2/tr_specials/Delete.go (about)

     1  package special_policy
     2  
     3  import golangsdk "github.com/opentelekomcloud/gophertelekomcloud"
     4  
     5  func Delete(client *golangsdk.ServiceClient, gatewayID, throttleID, strategyID string) (err error) {
     6  	_, err = client.Delete(client.ServiceURL("apigw", "instances", gatewayID, "throttles", throttleID,
     7  		"throttle-specials", strategyID), nil)
     8  	return
     9  }