Unlink an OAuth identity
Cannot unlink the last remaining usable login method (atomic conditional delete → 422).
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”identityId
required
string
Responses
Section titled “Responses”Unlinked
Media typeapplication/json
object
ok
boolean
Not logged in
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Identity not found / not owned
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Would remove the last login method
Media typeapplication/json
object
error
string
reason
string
Example
{ "reason": "last_login_method"}