MP3 file scrapped from Website - Can't delete

I am working on creating a new pickax that answers questions based on several documents. I was experimenting with the website scraping capability and got a few pages to load. One of the pages that loaded contained an MP3 file. I don’t want to include that in the knowledge base. When I try to delete that listing, I get the following error message: “Invalid prisma.pickaxeDocumentName.delete() invocation: An operation failed because it depends on one or more records that were required but not found. Record to delete does not exist.”

I also tried deleting the entire pickaxe to start over and got this same error message. I do have that file turned off, so should I just ignore it?

I am also unable to Publish this Pickaxe. For the time being, I’ll start over with a new one.

Any other thoughts? Thanks.

This looks like a database issue! @dev_vlad can you take a look at this prisma issue?

It appears the problem is resolved. Thanks.