Skip to main content

 Services

Web services from /about to /webhooks

authenticator

/authenticators/{authenticator} [DELETE]

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.

Created on , last edited on