BatchDeleteAccountsResponse

Response message to accounts.batchDelete.

JSON representation
{
  "errors": [
    {
      object (BatchDeleteErrorInfo)
    }
  ]
}
Fields
errors[]

object (BatchDeleteErrorInfo)

Detailed error info for accounts that cannot be deleted.

BatchDeleteErrorInfo

Error info for account failed to be deleted.

JSON representation
{
  "index": integer,
  "localId": string,
  "message": string
}
Fields
index

integer

The index of the errored item in the original localIds field.

localId

string

The corresponding user ID.

message

string

Detailed error message.