|
|
@ -152,9 +152,8 @@ paths:
|
|
|
|
post:
|
|
|
|
post:
|
|
|
|
summary: Deletes a third party identifier from the user's account
|
|
|
|
summary: Deletes a third party identifier from the user's account
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Removes a third party identifier from the user's account. The homeserver
|
|
|
|
Removes a third party identifier from the user's account. This may not
|
|
|
|
should attempt to unbind the identifier from the identity service, if the
|
|
|
|
cause an unbind of the identifier from the identity service.
|
|
|
|
homeserver is able to reasonably determine the identity service used.
|
|
|
|
|
|
|
|
operationId: delete3pidFromAccount
|
|
|
|
operationId: delete3pidFromAccount
|
|
|
|
security:
|
|
|
|
security:
|
|
|
|
- accessToken: []
|
|
|
|
- accessToken: []
|
|
|
@ -181,16 +180,6 @@ paths:
|
|
|
|
user.
|
|
|
|
user.
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
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:
|
|
|
|
tags:
|
|
|
|
- User data
|
|
|
|
- User data
|
|
|
|
"/account/3pid/email/requestToken":
|
|
|
|
"/account/3pid/email/requestToken":
|
|
|
|