Clear a table cell value
Clear one manual cell so the column’s default value renders again (read-your-writes, same contract as the cell edit). When the clear marks formula dependents stale, a small scope is recomputed inline (see recomputed_column_ids) and a larger one requests a cell-edited recompute run. Clearing an already blank cell writes nothing and requests no run.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
Read-your-writes result of a cell mutation — never carries a run ID.
When recomputed_column_ids is non-empty the downstream formula values
are already final in cells; otherwise the recompute run appears on the
next active-runs poll. stale_column_ids is empty on a same-value edit,
which writes nothing. Each returned cell carries its own version, which is
what the client gates its cache on.
Transitive formula dependents now marked stale; empty on a same-value edit.
Formula columns recomputed INLINE within this request — their values in cells are final and no background run was requested. Empty when a run was queued instead, in which case those cells arrive later.