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

Path Parameters

contractId
string
required

The ID of the contract to delete

Response

OK