EC2 / Client / delete_network_insights_path
delete_network_insights_path#
- EC2.Client.delete_network_insights_path(**kwargs)#
Deletes the specified path.
See also: AWS API Documentation
Request Syntax
response = client.delete_network_insights_path( DryRun=True|False, NetworkInsightsPathId='string' )
- Parameters:
DryRun (boolean) – Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.NetworkInsightsPathId (string) –
[REQUIRED]
The ID of the path.
- Return type:
dict
- Returns:
Response Syntax
{ 'NetworkInsightsPathId': 'string' }
Response Structure
(dict) –
NetworkInsightsPathId (string) –
The ID of the path.