Deletes containerId when it is not in use.
containerId
Future<bool> deleteContainer(String containerId) => platform.deleteContainer(containerId);