v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1454734.4 KB

Initiates deletion of a network connector. The connector transitions to DELETING state while elastic network interfaces are cleaned up asynchronously. After deletion completes, subsequent calls to GetNetworkConnector return ResourceNotFoundException.

This operation is idempotent — calling delete on a connector that is already deleting or has been deleted succeeds without error. You can delete connectors in ACTIVE or FAILED states. Before deleting a connector, ensure that no Lambda MicroVMs are using it, as they will lose VPC egress connectivity immediately.

delete/2026-04-04/network-connectors/{Identifier}

Path parameters

Identifierstring required

A flexible identifier that accepts a network connector ID, name, or ARN

Response

Success

Arnstring required

The Amazon Resource Name (ARN) of the network connector.

Namestring required

The name of the network connector.

Idstring required

The unique identifier for a network connector, assigned by the service at creation time

OperatorRolestring

The ARN of the IAM role that Lambda uses to manage the underlying ENI resources for this connector.

State'PENDING' | 'ACTIVE' | 'INACTIVE' | 'FAILED' | 'DELETING' | 'DELETE_FAILED'

The current state of the network connector. The State field is typically <code>DELETING</code> after this call.