YouTube에서 Shorts 동영상의 조회수를 집계하는 방식에 맞게 YouTube 분석 및 보고 API가 업데이트됩니다.
자세히 알아보기
GroupItems: delete
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요청
HTTP 요청
DELETE https://youtubeanalytics.googleapis.com/v2/groupItems
승인
이 요청에는 다음 범위 중 최소 하나를 사용하여 인증이 필요합니다. (인증 및 승인에 대해 자세히 알아보기)
범위 |
https://www.googleapis.com/auth/yt-analytics.readonly |
YouTube 콘텐츠에 관한 YouTube 분석 보고서 보기 이 범위를 사용하여 사용자 활동 측정항목(예: 조회수, 평가 횟수)을 조회할 수 있습니다. |
https://www.googleapis.com/auth/yt-analytics-monetary.readonly |
YouTube 콘텐츠에 대한 YouTube 분석 수익 보고서 보기 이 범위를 사용하면 사용자 활동 측정항목과 예상 수익, 광고 실적 측정항목에 액세스할 수 있습니다. |
https://www.googleapis.com/auth/youtube |
YouTube 계정을 관리합니다. YouTube Analytics API에서 채널 소유자는 이 범위를 사용하여 YouTube 분석 그룹과 그룹 항목을 관리합니다. |
https://www.googleapis.com/auth/youtubepartner |
YouTube에서 YouTube 저작물 및 관련 콘텐츠를 보고 관리합니다. YouTube 분석 API에서 콘텐츠 소유자는 이 범위를 사용하여 YouTube 분석 그룹과 그룹 항목을 관리합니다. |
매개변수
아래 표에는 이 쿼리가 지원하는 매개변수가 나와 있습니다. 나열된 모든 매개변수는 쿼리 매개변수입니다.
매개변수 |
필수 매개변수 |
id |
string
id 매개변수는 삭제되는 그룹의 YouTube 그룹 항목 ID를 지정합니다. |
선택적 매개변수 |
onBehalfOfContentOwner |
string
이 매개변수는 적절하게 승인된 요청에서만 사용할 수 있습니다. 참고: 이 매개변수는 여러 YouTube 채널을 소유하고 관리하는 YouTube 콘텐츠 파트너만 사용할 수 있습니다.
onBehalfOfContentOwner 매개변수는 요청의 승인 사용자 인증 정보가 매개변수 값에 지정된 콘텐츠 소유자를 대신하는 YouTube 사용자를 식별함을 나타냅니다. 콘텐츠 소유자는 한 번 인증하면 개별 채널에 대한 인증 사용자 인증 정보를 제공하지 않고도 모든 동영상 및 채널 데이터에 액세스할 수 있습니다. 사용자가 인증하는 계정이 지정된 YouTube 콘텐츠 소유자에게 연결되어야 합니다. |
요청 본문
이 메소드를 호출할 때 요청 본문을 제공하지 마세요.
응답
이 메서드는 성공하면 HTTP 204
응답 코드 (No Content
)를 반환합니다.
오류
아래 표에는 이 메서드 호출에 대한 응답으로 API에서 반환할 수 있는 오류 메시지가 나와 있습니다. 자세한 내용은 오류 메시지 설명서를 참조하세요.
오류 유형 |
오류 세부정보 |
설명 |
notFound (404) |
groupItemNotFound |
요청의 id 속성으로 식별된 그룹 항목을 찾을 수 없습니다. |
사용해 보기
APIs Explorer를 사용하여 이 API를 호출하고 API 요청 및 응답을 확인합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-09(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-09(UTC)"],[[["This API endpoint is used to delete a specific item from a YouTube Analytics group using its unique ID."],["The request requires authorization using one of the listed scopes, with varying levels of access to YouTube Analytics data, from readonly to managing account and content."],["The `id` parameter is mandatory and specifies the unique identifier of the group item to be removed."],["The `onBehalfOfContentOwner` parameter is an optional parameter, exclusively for YouTube content partners, to authorize requests on behalf of a specific content owner."],["A successful request returns an HTTP `204` status code, and a `notFound` error occurs if the specified group item cannot be found."]]],["This documentation details the process of removing an item from a YouTube Analytics group via a `DELETE` HTTP request to `https://youtubeanalytics.googleapis.com/v2/groupItems`. Authorization is required, using specific scopes like `yt-analytics.readonly`, `yt-analytics-monetary.readonly`, `youtube`, or `youtubepartner`. The request requires the `id` parameter specifying the group item's ID. An optional `onBehalfOfContentOwner` parameter allows content owners to manage multiple channels. Successful deletion returns a `204` status; a `404` error occurs if the item isn't found.\n"]]