Deletes a third party identifier from the user's account
POST {{baseUrl}}/account/3pid/delete
Removes a third party identifier from the user's account. This might not cause an unbind of the identifier from the identity server.
Unlike other endpoints, this endpoint does not take an id_access_token
parameter because the homeserver is expected to sign the request to the
identity server instead.
Request Body
{"medium"=>"email", "address"=>"example@example.org", "id_server"=>"example.org"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id_server_unbind_result":"success"}