ResQ.Storage.PinataClient
PinataClient.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.
Implements UnpinAsync(string, CancellationToken)
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.