Skip to main content
DELETE
Revokes the import. The record stops being active, the token disappears from List Imports, and the slot it held against the 200 import limit is freed.

Path Parameters

string
required
The imported contract address.

Response Fields

object

What removal does not do

Nothing on chain changes. Trusset never held the token, so there is nothing to return and no transaction to sign.
A lending market already deployed against this token keeps running. It reads the chain and its own market record, neither of which is the import. Loans stay open, collateral stays locked, and liquidation still works.What removal does block is a new deployment: Deploy Market refuses a token that is not an active import, with TOKEN_NOT_IMPORTED. Removing an import is therefore a way to stop new markets, not a way to unwind existing ones.
Removal is a revocation, not a deletion. Importing the same address again creates a fresh active record, and the chain-read fields are detected from scratch at that point.

Error Codes