odb / Client / delete_odb_network

delete_odb_network

odb.Client.delete_odb_network(**kwargs)

Deletes the specified ODB network.

See also: AWS API Documentation

Request Syntax

response = client.delete_odb_network(
    odbNetworkId='string',
    deleteAssociatedResources=True|False
)
Parameters:
  • odbNetworkId (string) –

    [REQUIRED]

    The unique identifier of the ODB network to delete.

  • deleteAssociatedResources (boolean) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions