Skip to main content

Remove an access node.

DELETE 

//v1/chains/:chainID/access-node/:peer

Remove an access node.

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    peer stringrequired

    Name or PubKey (hex) of the trusted peer

Responses

Access node was successfully removed

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X DELETE '/v1/chains/:chainID/access-node/:peer' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!