以前に共有したアルバムを非公開としてマークします。アルバムの共有が停止され、オーナー以外のすべてのユーザーがアルバムにアクセスできなくなります。オーナー以外が追加したコンテンツはすべてアルバムから削除されます。オーナー以外のユーザーが過去にアルバムを自分のライブラリに追加した場合、各自のライブラリ内の写真はすべて保持されます。このアクションは、デベロッパーが API で作成したアルバムに対してのみ実行できます。
HTTP リクエスト
POST https://photoslibrary.googleapis.com/v1/albums/{albumId}:unshare
[[["わかりやすい","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-07 UTC。"],[[["Makes a shared album private, removing sharing access and all non-owner content, effective March 31, 2025."],["Non-owners who added the album to their library will keep any photos already in their library."],["Only applicable to albums created by the developer using the API, requiring the album ID in the request."],["Requires authorization with the `https://www.googleapis.com/auth/photoslibrary.sharing` scope."],["The request body should be empty, and a successful operation results in an empty response body."]]],[]]