Remove LayerZero peersAsk AIdelete https://api.fireblocks.io/v1/tokenization/multichain/bridge/layerzero/config/peersRemove LayerZero peers to disconnect adapter contracts. This endpoint removes peer relationships between LayerZero adapters.Body ParamsvaultAccountIdstringrequiredThe id of the vault account that will be used to inititate transactions ot set peerssourceAdapterTokenLinkIduuidrequiredtoken_link ID of the source adapter contractdestinationAdapterTokenLinkIdsarray of uuidsrequiredlength ≥ 1Array of token_link IDs for destination adapter contractsdestinationAdapterTokenLinkIds* uuidADD uuidbidirectionalbooleanrequiredIf true, also sets peers from destination(s) back to sourcetruefalseHeadersIdempotency-KeystringA 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.Responses 200LayerZero peers removal process completed 400Bad request, invalid input data or parameters 404Token link not found 409Token link processing error 500Internal server errorUpdated 5 months ago