deletePiece
function deletePiece(client, options): Promise<DeletePieceResponse>;Defined in: packages/synapse-core/src/warm-storage/pieces.ts:69
Delete a piece from a data set
Call the Service Provider API to delete the piece.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | Client<Transport, Chain, Account> | The client to use to delete the piece. |
options | DeletePieceOptions | The options for the delete piece. |
Returns
Section titled “Returns”The transaction hash of the delete operation.