Skip to content

Instantly share code, notes, and snippets.

@damsleth
Created June 24, 2016 13:50
Show Gist options
  • Save damsleth/472ccafcb47cd057f376b5942ea13d4e to your computer and use it in GitHub Desktop.
Save damsleth/472ccafcb47cd057f376b5942ea13d4e to your computer and use it in GitHub Desktop.
var ctx = SP.ClientContext.get_current();
var userCustomActionsSite = ctx.get_site().get_userCustomActions();
userCustomActionsSite.clear();
ctx.executeQueryAsync();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment