How can I delete a project execution into Google script

Viewed 790

I don't find any option or button for deleting one or more execution of a Google Script. It is possible ?

I want to purge all my developpemet exécution.

1 Answers

You may refer with this thread. Make sure that you are the owner of the spreadsheet to show the Delete Project... option under File menu..

Related