Light
Dark
System
v3latest
v3latest
v2
v1

Delete

Delete objects with e.delete.

Copy
e.delete(e.Movie, movie => ({
  filter: e.op(movie.release_year, ">", 2000),
  filter_single: { id: "abc..." },
  order_by: movie.title,
  offset: 10,
  limit: 10
}));

The only supported keys are filter, filter_single, order_by, offset, and limit.

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.