Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created March 9, 2016 20:07
Show Gist options
  • Save uhtred/083c12e397e322fc85a6 to your computer and use it in GitHub Desktop.
Save uhtred/083c12e397e322fc85a6 to your computer and use it in GitHub Desktop.
JS: Restangular: customDelete with payload
return restangular
.all('subscriptions')
.customDELETE('', {}, {}, payload);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment