OpenWorksGroup / openbadges-directory

Mozilla Public License 2.0
12 stars 9 forks source link

Function to Delete Single Badges #33

Open kayaelle opened 10 years ago

kayaelle commented 10 years ago

We need a function to be able to delete single badges from the directory. Use location?

jpcamara commented 10 years ago

New #deleteById method on elasticsearch. You can use it by going to the root of the project, typing node directory-repl.js

deleteById('http://anendpoint.com/mybadgeurl', function () {});