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.
Request
Path Params
Body Params application/json
Examples
Responses
🟢200Successful response
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://sheets.googleapis.com//v4/spreadsheets//values/:clear' \
--header'Content-Type: application/json' \
--data-raw'{}'