def unversion_log_entries(
    *field_names: str,
    id: Optional[int] = None,
    api_key: Optional[str] = None,
) -> Dict[str, str]:

source code

Removes versioning from the set of log entries.

Arguments:

  • field_names - The field names to un-version.
  • id - The log id to version the field names for. Looks for the current active log
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A message indicating whether the log fields were successfully un-versioned.