Method: projects.locations.notebooks.sources.batchDelete

여러 소스를 삭제합니다.

HTTP 요청

POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/notebooks/*}/sources:batchDelete

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
parent

string

필수 항목입니다. 소스가 삭제될 상위 리소스입니다. 형식: projects/{project}/locations/{location}/notebooks/{notebook}

요청 본문

요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.

JSON 표현
{
  "names": [
    string
  ]
}
필드
names[]

string

필수 항목입니다. 삭제할 소스의 이름입니다. 형식: projects/{project}/locations/{location}/notebooks/{notebook}/sources/{source}

응답 본문

성공하면 응답 본문은 빈 JSON 객체입니다.

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

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

자세한 내용은 Authentication Overview를 참조하세요.

IAM 권한

parent 리소스에 대해서는 다음 IAM 권한이 필요합니다.

  • discoveryengine.sources.delete

자세한 내용은 IAM 문서를 참조하세요.