Hi,
Deleting my own uploaded texts/stories appears to be broken.
In browser dev tools I see:
PATCH /api/shelf/68dde8f93c66e459e5203c5a
403 Forbidden
Response: “Premium only request”
The stack trace shows:
patchShelf() → deleteTexts() in PrivateLibraryListView.tsx
It looks like deleting texts is incorrectly calling a premium-only shelf PATCH endpoint (or the permission check is too broad), causing deletion to fail.
Deleting my own texts should not require Premium.
Thanks