
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeGood morning! This sounds like a caching issue in Sanity Studio. Here are the most common solutions:
Quick fixes to try first:
Ctrl+Shift+R (Windows/Linux) or Cmd+Shift+R (Mac) to clear the browser cache and reload the StudioIf those don't work:
Restart your development server - If you're running Studio locally, stop and restart sanity dev or your build process
Check your dataset - Verify the documents are actually deleted by querying your dataset directly using Vision (the GROQ query tool in Studio) with a query like:
*[_id == "your-document-id"]If this returns an empty array, the document is truly deleted
Clear Studio's local storage - Open browser DevTools → Application/Storage tab → Local Storage → find your Studio's domain and clear it
Possible causes:
drafts.document-id) but not the published version (or vice versa), you might still see remnantsIf the issue persists:
Try checking the Network tab in your browser's DevTools to see if Studio is actually fetching fresh data from the API or serving cached responses. You should see requests to https://[your-project-id].api.sanity.io/... when navigating.
The fact that the data appears blank when clicked strongly suggests the documents are deleted from the database but your browser is showing a cached list view. A hard refresh should resolve this in most cases!
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store