🎯

grove-account-deletion

🎯Skill

from autumnsgrove/groveengine

VibeIndex|
What it does

Handles secure account deletion process for Grove Engine, managing user data removal and associated cleanup procedures.

πŸ“¦

Part of

autumnsgrove/groveengine(45 items)

grove-account-deletion

Installation

npxRun with npx
npx wrangler d1 execute grove-engine-db --remote --command="SELECT id, subdomain, display_name, email, plan, created_at FROM tenants WHERE subdomain = 'USERNAME';"
npxRun with npx
npx wrangler d1 execute grove-engine-db --remote --command="SELECT id, subdomain, display_name, email, plan, created_at FROM tenants WHERE email = 'EMAIL';"
npxRun with npx
npx wrangler d1 execute grove-engine-db --remote --command="SELECT id, subdomain, display_name, email, plan, created_at FROM tenants WHERE display_name LIKE '%NAME%';"
npxRun with npx
npx wrangler d1 execute grove-engine-db --remote --command="
npxRun with npx
npx wrangler d1 execute grove-engine-db --remote --command="DELETE FROM tenants WHERE id = 'TENANT_ID';"

+ 10 more commands

πŸ“– Extracted from docs: autumnsgrove/groveengine
1Installs
-
AddedFeb 6, 2026