Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/minimal.so/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Requires authentication via session cookie. Users can only delete groups they own.Request
Response
Returns a success confirmation.Always
true when deletion succeedsExample
Schema
Notes
- Deleting a group also deletes all bookmarks within it
- The deletion is permanent and cannot be undone
- If the group doesn’t exist or doesn’t belong to the user, no error is thrown (using
deleteMany)
Source
- Schema:
lib/schema.ts:122 - Implementation:
server/procedures/bookmarks.ts:172 - Router:
server/router.ts:41