Synapse: Difference between revisions
From Ju's wiki
More actions
Created page with " curl --request DELETE --header "Authorization: Bearer <auth token from element admin>" "https://l9000.net/_synapse/admin/v2/rooms/<url encoded room ID>" -d '{"purge":true}' Category:Free Software" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
curl --request DELETE --header "Authorization: Bearer <auth token from element admin>" "https:// | <nowiki>curl --request DELETE --header "Authorization: Bearer <auth token from element admin>" "https://homeserver.url/_synapse/admin/v2/rooms/<url encoded room ID>" -d '{"purge":true}'</nowiki> | ||
[[Category:Free Software]] | [[Category:Free Software]] | ||
Latest revision as of 16:22, 27 October 2025
curl --request DELETE --header "Authorization: Bearer <auth token from element admin>" "https://homeserver.url/_synapse/admin/v2/rooms/<url encoded room ID>" -d '{"purge":true}'