Skip to content

Commit

Permalink
Remove mentions of identity services from /3pid/delete
Browse files Browse the repository at this point in the history
This will be covered by matrix-org#1194

For now, we can accept that homeservers may try to unbind, however clients should not rely on it.
  • Loading branch information
turt2live committed Aug 30, 2018
1 parent 86c85ae commit 390f1c1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions api/client-server/administrative_contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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":
Expand Down

0 comments on commit 390f1c1

Please sign in to comment.