Remove
Overview
Removes a query definition from your accountSyntax
Remove()
Example
This sample code deletes the query definition with the external key "myQueryDef":
var qd = QueryDefinition.Init("myQueryDef");
var status = qd.Remove();
Remove()
This sample code deletes the query definition with the external key "myQueryDef":
var qd = QueryDefinition.Init("myQueryDef");
var status = qd.Remove();