Method: dataTableRows.bulkDeleteAsync

Full name: projects.locations.instances.dataTables.dataTableRows.bulkDeleteAsync

Delete data table rows in bulk asynchronously. A maximum of 2000 rows can be deleted in a single request.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/dataTableRows:bulkDeleteAsync

Path parameters

Parameters
parent

string

Required. The resource id of the data table. Format: /projects/{project}/locations/{region}/instances/{instance}/dataTables/{dataTable}

Request body

The request body contains data with the following structure:

JSON representation
{
  "names": [
    string
  ]
}
Fields
names[]

string

Required. Resource IDs of the data table rows to delete. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be deleted in a single request. Format: /projects/{project}/locations/{region}/instances/{instance}/dataTables/{dataTable}/dataTableRows/{dataTableRow}

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/chronicle
  • https://www.googleapis.com/auth/chronicle.readonly

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.dataTableRows.asyncBulkDelete

For more information, see the IAM documentation.