Thank's
gaurav Paliwal
You can write the below query on your repository datbase.
Delete from SWExecute table if you know the particular execution id
.ie (Select * from SWexecute order by id desc).
Delete from SWExecute where id =1074 //which is the execution id which you want to delete .
Thanks,Santosh Kumar