Delete a script.
Parameters:
Future<void> deleteScript(String scriptId) async { return service.deleteScriptsID(scriptId); }