IUploadcareDeleteFile Method |
Deletes the file with the UUID.
Namespace:
NetQuarry.Services.Uploadcare
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void DeleteFile(
string uuid
)
Sub DeleteFile (
uuid As String
)
Parameters
- uuid
- Type: SystemString
The UUID that identifies the file to be deleted.
See Also