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

     1  package gateway
     2  
     3  import golangsdk "github.com/opentelekomcloud/gophertelekomcloud"
     4  
     5  func Delete(client *golangsdk.ServiceClient, id string) (err error) {
     6  	_, err = client.Delete(client.ServiceURL("apigw", "instances", id), nil)
     7  	return
     8  }