Skip to content

Instantly share code, notes, and snippets.

@jdeblank
Created May 22, 2019 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdeblank/2527fb82a04fb4b959be2670dca38bae to your computer and use it in GitHub Desktop.
Save jdeblank/2527fb82a04fb4b959be2670dca38bae to your computer and use it in GitHub Desktop.
<script runat="server">
Platform.Load("core","1.1.5");
var prox = new Script.Util.WSProxy();
var action = "ClearData";
var props = {
CustomerKey: 'testDE123'
};
var opts = {};
var data = prox.performItem("DataExtension", props, action, opts);
Write("<br>result: " + Stringify(data));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment