diff --git a/HowtoEtherpad.md b/HowtoEtherpad.md index 452de2b8..01ca36be 100644 --- a/HowtoEtherpad.md +++ b/HowtoEtherpad.md @@ -201,6 +201,22 @@ Il y a +200 [plugins](https://static.etherpad.org/) disponibles, dont environ 80 On peut utiliser en principe n'importe quel navigateur Web moderne pour se connecter à Etherpad. +### Supprimer un pad + +Admettons que nous avons le pad où `monsuperpad` est le padID. + +Récupérer la clé de l'API : + +~~~ +$ cat etherpad-lite/APIKEY.txt +~~~ + +Pour ensuite jouer la commande curl suivante : + +~~~ +$ curl -XGET "https://pad.evolix.org/api/1/deletePad?apikey=${APIKEY}&padID=monsuperpad" +~~~ + ## FAQ ### À propos des logs