Skip to main content
DELETE
/
contracts
/
{contractId}
/
{assetId}
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.contracts.deleteContractAsset(contractsApiDeleteContractAssetRequest);
{
  "message": "<string>",
  "code": 123
}

Path Parameters

contractId
string
required

The ID of the contract

assetId
string
required

The ID of the asset to delete

Response

OK