// SDLDeleteFile.h // #import "SDLRPCRequest.h" /** * Used to delete a file resident on the SDL module in the app's local cache. * Not supported on first generation SDL vehicles *

* * Since SmartDeviceLink 2.0
* see SDLPutFile SDLListFiles */ @interface SDLDeleteFile : SDLRPCRequest /** * @abstract a file reference name * @discussion a String value representing a file reference name */ @property (strong) NSString *syncFileName; @end