A stringified integer representing the file system ID in which the file resides.
The full path to the file to be deleted.
The public key of the wallet that signs and authorizes the transaction.
A Promise that resolves to a Solana Transaction
object containing the remove file instruction.
Constructs a Solana transaction to remove a file from a file system, identified by a file system ID (
fsid
) and a UTF-8 encoded file path.