Synapse: Difference between revisions
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| 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>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]] | ||