:doc:`odb <../../odb>` / Client / delete_odb_network

******************
delete_odb_network
******************



.. py:method:: odb.Client.delete_odb_network(**kwargs)

  

  Deletes the specified ODB network.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DeleteOdbNetwork>`_  


  **Request Syntax**
  ::

    response = client.delete_odb_network(
        odbNetworkId='string',
        deleteAssociatedResources=True|False
    )
    
  :type odbNetworkId: string
  :param odbNetworkId: **[REQUIRED]** 

    The unique identifier of the ODB network to delete.

    

  
  :type deleteAssociatedResources: boolean
  :param deleteAssociatedResources: **[REQUIRED]** 

    Specifies whether to delete associated OCI networking resources along with the ODB network.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

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

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

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

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

  