Drop database fails for all my users

I created my 1st DB and admin account via the Render UI.

Then I used sql commands to create new accounts and a 2nd db.

But now, I cannot delete that 2nd db. With the 2 accounts I created, it says must be the owner => makes sense.
With the admin account generated by render I get this error:
{
“time”: “2026-01-01T23:43:17.816Z”,
“severity”: “error”,
“message”: “permission denied to terminate process”,
“line”: null
}

How can I resolve this?