The types used in these queries are defined here.
Delete all reviews from a specific user:
delete Review
filter .author.name = 'trouble2020'
Alternative way to delete all reviews from a specific user:
delete (
select User
filter .name = 'troll2020'
).<author[is Review]
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.