From 268cc9d369cebed64748dee1cbdc90dcc2e461a5 Mon Sep 17 00:00:00 2001 From: btatu Date: Tue, 13 Jun 2023 09:56:36 +0200 Subject: [PATCH] Instruction pour supprimer un pad --- HowtoEtherpad.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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