DeletedRowRejection
A row UUID the server couldn't delete, with a human-readable reason.
Properties
row_idstringrequiredThe UUID you sent that couldn't be deleted.
errorstringrequiredHuman-readable reason (e.g. `Row not found on this sheet`).
Example
DeletedRowRejection example
{
"row_id": "string",
"error": "string"
}