Hi everyone, Is there any way to delete logs using...
# ask-community
d
Hi everyone, Is there any way to delete logs using the prefect python api client?
Writing flows to clean up database records and I cant seem to find any means of deleting the records in logs table. Because there is no relationship established between task run/ flow runs table, I am assuming that deleting flow runs using api wont clear the logs for those runs?
Same with task_run_state_cache,