Remove LayerZero adapters
Remove LayerZero adapters by deactivating and unlinking them. This endpoint revokes roles and deactivates the specified adapter contracts.
DELETE
TypeScript
Headers
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
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:
1Example:
[
"d290f1ee-6c54-4b01-90e6-d701748f0851",
"e290f1ee-6c54-4b01-90e6-d701748f0852"
]Previous
Set LayerZero peersSet LayerZero peers to establish connections between adapter contracts. This endpoint creates peer relationships that enable cross-chain communication. It sets the destination adapter as a peer of the source adapter. If `bidirectional` is true, it also sets the source adapter as a peer of the destination adapter(s).
Next
TypeScript