GLAMIDL Reference

delete_layerzero_oft_route

Delete Layerzero Oft Route configuration action.

Accounts

AccountRoleDescription
glam_statewritableGLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records.
glam_signersigner, writableCalling authority or fee payer.
glam_protocol_programread-onlyGLAM Protocol program account used for authorization or CPI.

Arguments

ArgumentTypeNotes
routeLayerzeroOftRoute

Policy & permissions

  • Only the GLAM owner can call. Delegates cannot manage LayerZero OFT routes.
  • The instruction removes a matching route or errors if none match, then persists the policy.

TypeScript SDK usage

await glamClient.bridge.deleteLayerzeroOftRoute(route);