{
super.callWriteAction("deleteThemeAction", request, new OnSuccessCommand<Boolean>()
{
public void onSuccess(final Boolean response)
{
Session.getInstance().getEventBus().notifyObservers(new DeletedThemeResponseEvent(request));
}
});
StartTabsModel.getInstance().clearCache();
}