This function removes a link to an account at an external authentication identity provider.
uapi --output=jsonpretty \ --user=username \ ExternalAuthentication \ remove_authn_link \ provider='cpanelid' \ subject_unique_identifier='123456789012345678901'
{- "apiversion": 3,
- "func": "remove_authn_link",
- "module": "ExternalAuthentication",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}