Skip to main content
DELETE
/
connections
/
wc
/
{id}
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.web3Connections.remove(web3ConnectionsApiRemoveRequest);

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-End-User-Wallet-Id
string<uuid>

Unique ID of the End-User wallet to the API request. Required for end-user wallet operations.

Path Parameters

id
string
required

The ID of the existing Web3 connection to remove.

Response

Connection removed successfully