/
/Wasp API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
auth2
chains13
  • getGet a list of all chains
  • getGet information about a specific chain
  • putConfigure a trusted node to be an access node.
  • deleteRemove an access node.
  • postActivate a chain
  • postSets the chain record.
  • getGet information about the deployed committee
  • getGet all available chain contracts
  • postDeactivate a chain
  • get/chains/{chainID}/evm
  • getGet the ISC request ID for the given Ethereum transaction hash
  • getFetch the raw value associated with the given key in the chain state
  • get/chains/{chainID}/ws
corecontracts28
metrics4
node12
requests4
users6
    chains

    Remove an access node.

    delete/chains/{chainID}/access-node/{publicKey}

    Path parameters

    chainIDstring string required

    ChainID (Bech32)

    publicKeystring string required

    Nodes public key (Hex)

    Response

    Access node was successfully removed

    Changes