I want to delete pipeline execution records appearing on SageMaker Studio to keep order and remove unnecessary records. I am fine with doing it via python, but i also accept any other tool available.
I know the possibility of deleting the entire pipeline or the individual experiments generated for each step in it with delete_pipeline() rather than delete_experiment(). However, this does not solve the problem. In the list of boto3 APIs I could not find any "delete_execution" (instead there is update_pipeline_execution() but does not seem to allow deletion).
For example, in this image, I would like to eliminate the failed execution, without deleting the entire pipeline: