maelstrom-rs / maelstrom

High performance Matrix Home Server in rust.
Apache License 2.0
245 stars 16 forks source link

User data: delete3pidFromAccount #92

Open chrisabruce opened 4 years ago

chrisabruce commented 4 years ago

Deletes a third party identifier from the user's account

Removes a third party identifier from the user's account. This might not cause an unbind of the identifier from the identity server.

Unlike other endpoints, this endpoint does not take an id_access_token parameter because the homeserver is expected to sign the request to the identity server instead.