:doc:`Panorama <../../panorama>` / Client / delete_device

*************
delete_device
*************



.. py:method:: Panorama.Client.delete_device(**kwargs)

  

  Deletes a device.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DeleteDevice>`_  


  **Request Syntax**
  ::

    response = client.delete_device(
        DeviceId='string'
    )
    
  :type DeviceId: string
  :param DeviceId: **[REQUIRED]** 

    The device's ID.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DeviceId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DeviceId** *(string) --* 

        The device's ID.

        
  
  **Exceptions**
  
  *   :py:class:`Panorama.Client.exceptions.ConflictException`

  
  *   :py:class:`Panorama.Client.exceptions.ValidationException`

  
  *   :py:class:`Panorama.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Panorama.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Panorama.Client.exceptions.InternalServerException`

  