Skip to main content

delete_3pid_route

Function delete_3pid_route 

Source
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.