v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336153187.7 KB
projects

Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix. Note that row key prefixes used here are treated as service data. For more information about how service data is handled, see the Google Cloud Privacy Notice.

post/v2/{+name}:dropRowRange

Path parameters

namestring required

Required. The unique name of the table on which to drop a range of rows. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Request body

rowKeyPrefixstring byte

Delete all rows that start with this row key prefix. Prefix cannot be zero length.

deleteAllDataFromTableboolean

Delete all rows in the table. Setting this to false is a no-op.

Response

Successful response