Remove mentions of identity services from /3pid/delete
This will be covered by https://github.com/matrix-org/matrix-doc/issues/1194 For now, we can accept that homeservers may try to unbind, however clients should not rely on it.
This commit is contained in:
parent
86c85aea71
commit
390f1c16f7
1 changed files with 2 additions and 13 deletions
|
@ -152,9 +152,8 @@ paths:
|
|||
post:
|
||||
summary: Deletes a third party identifier from the user's account
|
||||
description: |-
|
||||
Removes a third party identifier from the user's account. The homeserver
|
||||
should attempt to unbind the identifier from the identity service, if the
|
||||
homeserver is able to reasonably determine the identity service used.
|
||||
Removes a third party identifier from the user's account. This may not
|
||||
cause an unbind of the identifier from the identity service.
|
||||
operationId: delete3pidFromAccount
|
||||
security:
|
||||
- accessToken: []
|
||||
|
@ -181,16 +180,6 @@ paths:
|
|||
user.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
id_server_unbind_result:
|
||||
type: string
|
||||
description: |-
|
||||
The result of the homeserver's attempt to unbind the identifier from
|
||||
the identity service. ``success`` indicates that the homeserver was
|
||||
able to unbind the identifier while ``no-support`` means the homeserver
|
||||
was not able to unbind, likely due to the identity service not supporting
|
||||
the operation. Defaults to ``no-support``.
|
||||
example: "success"
|
||||
tags:
|
||||
- User data
|
||||
"/account/3pid/email/requestToken":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue