Skip to main content
DELETE
/
tokenization
/
multichain
/
bridge
/
layerzero
TypeScript
const response: Promise<FireblocksResponse<RemoveLayerZeroAdaptersResponse>> = fireblocks.tokenization.deactivateAndUnlinkAdapters(tokenizationApiDeactivateAndUnlinkAdaptersRequest);
{
  "deactivated": [
    "<string>"
  ],
  "failed": [
    {
      "adapterTokenLinkId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

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

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Body

application/json
vaultAccountId
string
required

The vault account ID to use for signing the role revocation transactions.

Example:

"1"

A list of adapter token link IDs to be deactivated and unlinked.

Minimum array length: 1
Example:
[
  "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "e290f1ee-6c54-4b01-90e6-d701748f0852"
]

Response

LayerZero adapters removal process completed

deactivated
string[]
required

List of successfully deactivated adapter token link IDs

failed
object[]
required

List of adapter token link IDs that failed to be removed