Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete pads in etherpad-lite

Tags:

etherpad

Is it possible? How? I only can create or edit created. I am using my own server. I would like to admin or at least delete some pads.

like image 479
legami Avatar asked Aug 17 '12 06:08

legami


1 Answers

if you are still expecting an answer: via the provided api. you need the api key (e.g. /var/etherpad-lite/APIKEY.txt) and the id of the pad you want to delete (e.g. mypad). then you send a simple http request to

http://yourserver.org:9001/api/1/deletePad?apikey=yourkey&padID=mypad

like image 164
wolxXx Avatar answered Sep 18 '22 21:09

wolxXx