Method: projects.databases.indexes.delete

インデックスを削除します。

HTTP リクエスト

DELETE https://firestore.googleapis.com/v1beta1/{name=projects/*/databases/*/indexes/*}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

インデックス名。例: projects/{projectId}/databases/{databaseId}/indexes/{index_id}

リクエスト本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功すると、レスポンスの本文は空になります。

承認スコープ

次の OAuth スコープのいずれかが必要です。

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

詳細については、認証の概要をご覧ください。