Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the /account/3pid/delete route #985

Closed
babolivier opened this issue Aug 31, 2017 · 1 comment
Closed

Document the /account/3pid/delete route #985

babolivier opened this issue Aug 31, 2017 · 1 comment
Assignees
Labels
spec-omission implemented but not currently specified

Comments

@babolivier
Copy link
Contributor

A POST on this route with an object like:

{
    "medium": "email",
    "address": "hello@example.tld"
}

removes the given 3PID from the homeserver's local database (with no interaction with an identity server).

I'm not sure it belongs here since it's an unstable route (/_matrix/client/unstable/account/3pid/delete) but since Synapse and Riot have been implementing and using for months now (matrix-org/synapse#1714) I thought it could be considered as an omission from the spec.

@babolivier babolivier added the spec-omission implemented but not currently specified label Aug 31, 2017
@turt2live turt2live self-assigned this Jul 10, 2018
@turt2live
Copy link
Member

Note: there's a proposal that moves to have this route unbind

#1194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec-omission implemented but not currently specified
Projects
None yet
Development

No branches or pull requests

2 participants