Removes a user's third party identifier from an identity server.

POST {{baseUrl}}/account/3pid/unbind

Removes a user's third party identifier from the provided identity server without removing it from the homeserver.

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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"id_server_unbind_result":"success"}