Skip to main content
POST
/
remove-authenticator
cURL
curl --request POST \
  --url https://api.example.com/remove-authenticator \
  --header 'Content-Type: application/json' \
  --data '
{
  "authenticator_address": "<string>",
  "authenticator_pubkey": "<string>",
  "leaf_index": "<string>",
  "new_offchain_signer_commitment": "<string>",
  "nonce": "<string>",
  "old_offchain_signer_commitment": "<string>",
  "pubkey_id": "<string>",
  "sibling_nodes": [
    "<string>"
  ],
  "signature": [
    1
  ]
}
'
{
  "kind": "create_account",
  "request_id": "<string>",
  "status": {
    "state": "queued"
  }
}

Body

application/json

The request to remove an authenticator.

authenticator_address
string<hex>
required

The authenticator address.

authenticator_pubkey
string<decimal>
required

The authenticator pubkey.

leaf_index
string<decimal>
required

The account index.

new_offchain_signer_commitment
string<decimal>
required

The new offchain signer commitment.

nonce
string<decimal>
required

The nonce.

old_offchain_signer_commitment
string<decimal>
required

The old offchain signer commitment.

pubkey_id
string<decimal>
required

The pubkey id.

sibling_nodes
string<decimal>[]
required

The sibling nodes.

signature
integer<int32>[]
required

The signature.

Required range: x >= 0

Response

TODO

kind
enum<string>
required
Available options:
create_account,
update_authenticator,
insert_authenticator,
remove_authenticator,
recover_account
request_id
string
required
status
object
required