clear
POST {{base_url}}/passthrough?url=/v4/spreadsheets/{{sheet_id}}/values/{{range}}:clear&org_id={{org_id}}&integration_id={{integration_id}}
Learn more -
https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
url | string | (Required) - YNAB API url. | |
org_id | string | (Required) - Cashflowy org id | |
integration_id | string | (Required) - Cashflowy integtration id |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api-key | string | ||
api-secret | string |
RESPONSES
status: OK
{"spreadsheetId":"13WxwyH7z8ndfdpPvlcLZqefJrtmZ4cdC31VaiscljNU","clearedRange":"Sheet1!K1:K10"}