Light
Dark
System
v4latest
v4latest
v3
v2
v1

Deleting data

The types used in these queries are defined here.

Delete all reviews from a specific user:

Copy
delete Review
filter .author.name = 'trouble2020'

Alternative way to delete all reviews from a specific user:

Copy
delete (
    select User
    filter .name = 'troll2020'
).<author[is Review]
Light
Dark
System

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.