Not able to uninstall Samba

Messed up something with Samba share addon. So tried to uninstall from UI first. Does not go away. Now I cannot start/stop/uninstall addon. Tried to SSH into hassio and use command “hassio ad -name “samba share” uninstall” , getting error “Error decoding json invalid character ‘:’ after top-level value: 403: Forbidden”

Locked out of any config change for now.

Supervisor logs as follows
18-11-29 11:08:18 ERROR (SyncWorker_19) [hassio.docker] Can’t create container from addon_core_samba: 404 Client Error: Not Found (“No such image: homeassistant/armhf-addon-samba:latest”)
18-11-29 11:08:44 INFO (SyncWorker_19) [hassio.docker.interface] Remove Docker homeassistant/armhf-addon-samba with latest and None
18-11-29 11:08:45 INFO (MainThread) [hassio.addons.addon] Remove Home Assistant add-on data folder /data/addons/data/core_samba
18-11-29 11:08:45 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 390, in start
resp = await self._request_handler(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py”, line 366, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py”, line 106, in impl
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/hassio/api/security.py”, line 137, in token_validation
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/hassio/api/utils.py”, line 32, in wrap_api
answer = await method(api, *args, **kwargs)
File “/usr/local/lib/python3.7/site-packages/hassio/addons/utils.py”, line 89, in wrap_check
return await method(addon, *args, **kwargs)
File “/usr/local/lib/python3.7/site-packages/hassio/addons/addon.py”, line 708, in uninstall
await remove_data(self.path_data)
File “/usr/local/lib/python3.7/site-packages/hassio/addons/utils.py”, line 106, in remove_data
if proc.returncode == 0:
UnboundLocalError: local variable ‘proc’ referenced before assignment
18-11-29 11:10:11 INFO (SyncWorker_12) [hassio.docker.interface] Remove Docker homeassistant/armhf-addon-samba with latest and None
18-11-29 11:10:11 INFO (MainThread) [hassio.addons.addon] Remove Home Assistant add-on data folder /data/addons/data/core_samba
18-11-29 11:10:11 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 390, in start
resp = await self._request_handler(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py”, line 366, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py”, line 106, in impl
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/hassio/api/security.py”, line 137, in token_validation
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/hassio/api/utils.py”, line 32, in wrap_api
answer = await method(api, *args, **kwargs)
File “/usr/local/lib/python3.7/site-packages/hassio/addons/utils.py”, line 89, in wrap_check
return await method(addon, *args, **kwargs)
File “/usr/local/lib/python3.7/site-packages/hassio/addons/addon.py”, line 708, in uninstall
await remove_data(self.path_data)
File “/usr/local/lib/python3.7/site-packages/hassio/addons/utils.py”, line 106, in remove_data
if proc.returncode == 0:
UnboundLocalError: local variable ‘proc’ referenced before assignment
18-11-29 11:10:25 WARNING (MainThread) [hassio.api.security] /addons/samba share/start no role for core_ssh
18-11-29 11:10:25 ERROR (MainThread) [hassio.api.security] Invalid token for access /addons/samba share/start
18-11-29 11:15:39 WARNING (MainThread) [hassio.api.security] /addons/samba/uninstall no role for core_ssh
18-11-29 11:15:39 ERROR (MainThread) [hassio.api.security] Invalid token for access /addons/samba/uninstall
18-11-29 11:15:49 WARNING (MainThread) [hassio.api.security] /addons/samba share/uninstall no role for core_ssh
18-11-29 11:15:49 ERROR (MainThread) [hassio.api.security] Invalid token for access /addons/samba share/uninstall
18-11-29 11:19:21 ERROR (SyncWorker_8) [hassio.docker] Can’t create container from addon_core_samba: 404 Client Error: Not Found (“No such image: homeassistant/armhf-addon-samba:latest”)
18-11-29 11:19:40 WARNING (MainThread) [hassio.api.security] /addons/samba share/uninstall no role for core_ssh
18-11-29 11:19:40 ERROR (MainThread) [hassio.api.security] Invalid token for access /addons/samba share/uninstall
18-11-29 11:22:10 INFO (MainThread) [hassio.api.security] /network/info access from core_ssh
18-11-29 11:22:18 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-11-29 11:29:29 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API error: Received message 257:None is not str
18-11-29 11:29:30 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API connection is closed
18-11-29 11:29:30 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request initialize
18-11-29 11:29:31 INFO (MainThread) [hassio.api.proxy] WebSocket access from a0d7b954_nodered
18-11-29 11:29:32 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request running

Bumping up, Anyone faced this problem?