Method: channels.stop
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
HTTP 요청
POST https://www.googleapis.com/admin/directory/v1/channels/stop
요청 본문
JSON 표현 |
{
"id": string,
"resourceId": string
} |
필드 |
id |
string
이 채널을 식별하는 UUID 또는 유사한 고유 문자열입니다.
|
resourceId |
string
이 채널에서 시청 중인 리소스를 식별하는 불투명한 ID입니다. 다양한 API 버전에서 안정적입니다.
|
응답 본문
요청에 성공한 경우 이 메소드는 빈 응답 본문을 반환합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# Method: channels.stop\n\nStops watching resources through this channel.\n\n### HTTP request\n\n`POST https://www.googleapis.com/admin/directory/v1/channels/stop`\n\n### Request body\n\n| JSON representation ||\n|------------------------------------------------|---|\n| ``` { \"id\": string, \"resourceId\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` A UUID or similar unique string that identifies this channel. |\n| `resourceId` | `string` An opaque ID that identifies the resource being watched on this channel. Stable across different API versions. |\n\n### Response body\n\nIf successful, this method returns an empty response body."]]