Clear Program Storage Space
# Clear Program Storage Space
# Clear Program Cache
Path:
/api/clrcache
Method: DELETE
API Description: This can be used to delete the folder of the ColorPlayer's cache.
# Clear Useless Files of LAN
Path:
/api/clrfiles
Method: DELETE
API Description: This can be used to delete the folder (.files) that does not have corresponding VSN file under the path of FTP. If the program's name contains "files", the program might be deleted by mistake.
# Clear Terminal Program
Path:
/api/clrprgms
Method: DELETE
API Description: This can be used to clear lost files, the programs in LAN and internet, and those be synced with USB disk. Programs that are being played will be paused.
# Clear Useless Cache Files in Terminal
Path:
/api/clrresunused
Method: DELETE
API Description: This can be used to clear the materials that are not used in the vsn program file downloaded from the internet.
# Delete Images in Update Folder
Path:
/api/update_image/*
Method: DELETE
Content-type: application/json; charset=utf-8
API Description: This can be used to delete one or all pieces of images in the folder: Ftp/program/update_image
Note: This function is only supported by player of version 1.71.5 or above.
Request Example
(1) http://192.168.42.129/api/update_image/0000.jpg (Delete one piece of image)
(2) http://192.168.42.129/api/update_image/* (Delete all images)