Method: channels.stop
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Berhenti menonton referensi melalui channel ini.
Permintaan HTTP
POST https://www.googleapis.com/admin/reports/v1/channels/stop
Isi permintaan
Representasi JSON |
{
"id": string,
"resourceId": string
} |
Kolom |
id |
string
UUID atau string unik serupa yang mengidentifikasi channel ini.
|
resourceId |
string
ID buram yang mengidentifikasi resource yang sedang ditonton di channel ini. Stabil di berbagai versi API.
|
Isi respons
Jika berhasil, metode ini akan menampilkan isi respons kosong.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-03-25 UTC."],[],[],null,["# Method: channels.stop\n\nStop watching resources through this channel.\n\n### HTTP request\n\n`POST https://www.googleapis.com/admin/reports/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."]]