4

I have two script projects for a spreadsheet. One was a temp one for development testing. I want to delete the temp one. When I click on script editor it shows both projects, and I can select one, but there is no option for deleting.

Also when I open the project itself there is no delete option. I have seen other SO threads (such as this), but it seems the interface is changed since then.

Attached the screenshots. enter image description here

Script Editor File menu:

enter image description here

Cooper
  • 59,616
  • 6
  • 23
  • 54
apadana
  • 13,456
  • 15
  • 82
  • 98

1 Answers1

3

Make sure that you are the owner of the script.

I've tried to replicate your issue in other scripts which I don't own and it seems that I cannot see a Delete Project... option under File menu.

But with my owned script, there is a Delete Project... option. See screenshot. enter image description here

Here's a reference post: How can I remove a project from a Google Spreadsheet?

UPDATE (based from OP's comment):

You must be the owner of the spreadsheet to show the Delete Project... option.

abielita
  • 13,147
  • 2
  • 17
  • 59
  • 1
    Although I had created the projects and scripts, I wasn't the owner of the spreadsheet and it was only shared to me. Thanks for your answer. Seems the ownership of the spreadsheet is important to show the delete project option. – apadana Jun 06 '17 at 16:46