DeletedRowRejection

A row UUID the server couldn't delete, with a human-readable reason.

Properties

row_idstringrequired

The UUID you sent that couldn't be deleted.

errorstringrequired

Human-readable reason (e.g. `Row not found on this sheet`).

Example

DeletedRowRejection example
{
  "row_id": "string",
  "error": "string"
}