RCP API  6.61.0

◆ rcp_rftp_delete_file()

rcp_error_t rcp_rftp_delete_file ( rcp_camera_connection_t con,
const char *  path,
rcp_uuid_t uuid 
)

Delete file from camera.

Deletes a file from the camera. This can be a preset file, overlay file, upgrade image, etc.

Parameters
[in]conthe camera connection
[in]pathdestination path of the file on the camera
[out]uuidUUID object to use in subsequent api calls
Returns
RCP_SUCCESS if successful.