:doc:`DeviceFarm <../../devicefarm>` / Client / delete_network_profile

**********************
delete_network_profile
**********************



.. py:method:: DeviceFarm.Client.delete_network_profile(**kwargs)

  

  Deletes a network profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteNetworkProfile>`_  


  **Request Syntax**
  ::

    response = client.delete_network_profile(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The ARN of the network profile to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeviceFarm.Client.exceptions.ArgumentException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.NotFoundException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.LimitExceededException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.ServiceAccountException`

  