Method: customers.devices.unclaim
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
      
        顧客からのデバイスの申請を解除し、ゼロタッチ登録から削除します。
デバイスを削除した後、お客様は販売パートナーに連絡して、デバイスをゼロタッチ登録に再登録する必要があります。
      
      
        
          HTTP リクエスト
          POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:unclaim
この URL は gRPC Transcoding 構文を使用します。
        
        
          パスパラメータ
          
            
              
                | パラメータ | 
            
            
              
                | parent | string
 必須。デバイスを管理しているお客様。customers/[CUSTOMER_ID]形式の API リソース名。 | 
            
          
        
        
          リクエスト本文
          リクエストの本文には、次の構造のデータが含まれます。
          
          
            
              
                
                  | フィールド | 
              
              
                
                  | device | object (DeviceReference)
 必須。申し立てを解除するデバイス。 | 
              
            
          
        
        
          レスポンスの本文
          成功すると、レスポンスの本文は空になります。
        
        
          認可スコープ
          次の OAuth スコープが必要です。
          
            - https://www.googleapis.com/auth/androidworkzerotouchemm
詳しくは、OAuth 2.0 の概要をご覧ください。
        
      
    
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-07-25 UTC。"],[],["This document details how to unclaim a device from a customer using the Android zero-touch enrollment API. The key action is sending a `POST` request to `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:unclaim`, where `parent` is the customer ID. The request body requires a `device` object specifying the device to unclaim. Successful unclaiming results in an empty response body. Authorization requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope. Unclaiming removes the device from zero-touch enrollment, requiring the customer to re-register it with their reseller.\n"]]