sc_reset_apl_conf("Application", "Property")

This macro has the objective to delete all modifications effected by the sc_apl_conf macro.
The property parameter its optional, if it's passed it will only erase the modification from that specific application.


Ex. 1: Deleting the modifications of the "my_application" application, property "start".
sc_reset_apl_conf("my_application", "start");



Ex. 2: Deleting the modifications of the "my_application" application.
sc_reset_apl_conf("my_application");



Ex. 3: Deleting the modifications of all the applications.
sc_reset_apl_conf();