def delete_log(
    id: Union[int, List[int]],
    api_key: Optional[str] = None,
) -> Dict[str, str]:

source code

Deletes logs from a project.

Arguments:

  • id - IDs of the log to delete from a project.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A message indicating whether the logs were successfully deleted.