Skip to content

Instantly share code, notes, and snippets.

@katydorjee
Created October 27, 2023 06:03
Show Gist options
  • Select an option

  • Save katydorjee/33a0f0332bede1e25a18a76208cca597 to your computer and use it in GitHub Desktop.

Select an option

Save katydorjee/33a0f0332bede1e25a18a76208cca597 to your computer and use it in GitHub Desktop.
Clear Data Extension
function clearDataExtension(externalKey)
{
var prox = new Script.Util.WSProxy();
var action = "ClearData";
var props = { CustomerKey: externalKey };
var data = prox.performItem("DataExtension", props, action);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment