Updated Home (markdown)
parent
a1eae4b39c
commit
868c451a4f
3
Home.md
3
Home.md
|
|
@ -40,7 +40,8 @@ There are two exceptions when it might be sensible to delete your database and s
|
||||||
I've stuffed up access to my room, how can I delete it to free up the alias?
|
I've stuffed up access to my room, how can I delete it to free up the alias?
|
||||||
---
|
---
|
||||||
Using the following curl command:
|
Using the following curl command:
|
||||||
curl -H 'Authorization: Bearer <access-token>' -X DELETE https://matrix.org/_matrix/client/r0/directory/room/<room-alias>
|
|
||||||
|
curl -H 'Authorization: Bearer \<access-token\>' -X DELETE https://matrix.org/_matrix/client/r0/directory/room/\<room-alias\>
|
||||||
|
|
||||||
access-token - can be obtained in riot by looking in the riot settings, down the bottom is:
|
access-token - can be obtained in riot by looking in the riot settings, down the bottom is:
|
||||||
Access Token:\<click to reveal\>
|
Access Token:\<click to reveal\>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue