Method: indexing.datasources.items.deleteQueueItems

Deletes all items in a queue. This method is useful for deleting stale items.

This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

HTTP request

POST https://cloudsearch.googleapis.com/v1/indexing/{name=datasources/*}/items:deleteQueueItems

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name of the Data Source to delete items in a queue. Format: datasources/{sourceId}

Request body

The request body contains data with the following structure:

JSON representation
{
  "connectorName": string,
  "queue": string,
  "debugOptions": {
    object (DebugOptions)
  }
}
Fields
connectorName

string

The name of connector making this call.

Format: datasources/{sourceId}/connectors/{ID}

queue

string

The name of a queue to delete items from.

debugOptions

object (DebugOptions)

Common debug options.

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_search.indexing
  • https://www.googleapis.com/auth/cloud_search

For more information, see the Authorization guide.