authenticator
/authenticators/{authenticator} [DELETE]
API Support | Available since | Last updated | Output |
---|---|---|---|
6.2000 | 6.2000 | xml, json |
Description
Delete the specified authenticator registered for the signed-in member.
The associated data (phone number, email, TOTP code, backup codes) is only returned if the authenticator is not verified.
Parameters
No parameters required.
Permission
Only the member themselves can invoke this service.
Response
The returned XML is as follows:
<authenticator-delete> <authenticator id="[id]" public-id="[public id]" name="[name]" type="[type]" member="[member id]" verified="[true|false]" created="[created date]" [last-used="date last used for authentication"] [data="data"] /> </authenticator-delete>
Error handling
No specific errors expected for this generator.