Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zanematthew's avatar

Spark, deleting users

Okay, so I've played with Spark, have a test app, with test data, on a test Stripe account. I'm at a point where I wanted to remove some of my test users, and have realized there is no delete user option from the kiosk.

My question is how is the community handling deleting/removing of users? (manually removing from the database is not acceptable, at least for me)

P.S., I've reached out to Taylor, and he has mentioned that currently there is no way to delete users from the Spark admin.

0 likes
3 replies
fwartner's avatar

You can simply write a component for this to handle it..

zanematthew's avatar

I figured I could, and planed on it, but wanted to ask as well since user deletion seems to be a missing component of Spark. As any off the shelf app that allows you to register users, allows you to delete users as well.

2 likes
fwartner's avatar

But remember.. If a user deletes his profile, you need to make sure, that the subscription is also cancelled. ^^ I made this mistake already..

Please or to participate in this conversation.