spreadsheets
Clears values from a spreadsheet. The caller must specify the spreadsheet ID and range. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept.
post/v4/spreadsheets/{spreadsheetId}/values/{range}:clear
Path parameters
spreadsheetIdstring required
The ID of the spreadsheet to update.
rangestring required
The A1 notation or R1C1 notation of the values to clear.
Request body
ClearValuesRequest required
The request for clearing a range of values in a spreadsheet.
Response
Successful response