Created
October 27, 2023 06:03
-
-
Save katydorjee/33a0f0332bede1e25a18a76208cca597 to your computer and use it in GitHub Desktop.
Clear Data Extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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