Archive API docs
MUTATION

deleteViewGroup

Hard-delete a user-created view group. Returns the FilterPreset UUIDs whose group membership was removed so clients can invalidate cached views.

Arguments

id ID! required
UUID of the view group to delete.

Returns

deletedViewGroupId ID
The id of the deleted view group. Null when the group did not exist.
movedViewIds [ID!]!
FilterPreset UUIDs whose group membership row was deleted as a side effect. Clients should invalidate any cached ContentView / SocialProfileView rows in this list. Empty on not-found or when the group had no member views.
userErrors [UserError!]!
List of user-facing errors. Populated only when deletion failed.