Method DeleteFileAsync
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
DeleteFileAsync(Attachment)
Deletes a file from remote storage.
Task DeleteFileAsync(Attachment attachment)
Parameters
attachmentAttachmentThe attachment describing the file to delete.
Returns
- Task
A task that completes when the file has been deleted.