pub(crate) async fn delete_3pid_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงPOST /_matrix/client/v3/account/3pid/delete
Remove a third party identifier from this account.
We never bound the address to an identity server, so the unbind result is
always no-support; any supplied id_server is ignored rather than
rejected.