Summary
Since our soft-delete prevents entities from being recreated, it would be very useful to have (admin-only) RPCs that completely purge an entity and all associated DB models.
Why do we need this?
Automatic GC/purge (#604) isn't happening yet, and users still want to be able to recreate entities.
What is already there? What do you see now?
See #604
What is missing? What do you want to see?
Until we have that, manual purge.
How do you propose to implement this?
Additional RPCs, possibly only for gRPC and CLI to start with.
Can you do this yourself and submit a Pull Request?
Yes
Summary
Since our soft-delete prevents entities from being recreated, it would be very useful to have (admin-only) RPCs that completely purge an entity and all associated DB models.
Why do we need this?
Automatic GC/purge (#604) isn't happening yet, and users still want to be able to recreate entities.
What is already there? What do you see now?
See #604
What is missing? What do you want to see?
Until we have that, manual purge.
How do you propose to implement this?
Additional RPCs, possibly only for gRPC and CLI to start with.
Can you do this yourself and submit a Pull Request?
Yes