ResQ.Storage.IStorageClient
IStorageClient.UnpinAsync(string, CancellationToken) Method
Unpins a file from Pinata.Parameters
cid System.String
The IPFS Content Identifier to unpin.
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Returns
System.Threading.Tasks.Task<System.Boolean>True if the file was successfully unpinned; false otherwise.
Exceptions
System.ArgumentNullExceptionThrown when cid is null or empty. System.OperationCanceledException
Thrown when the operation is cancelled.