:doc:`NeptuneGraph <../../neptune-graph>` / Client / delete_private_graph_endpoint

*****************************
delete_private_graph_endpoint
*****************************



.. py:method:: NeptuneGraph.Client.delete_private_graph_endpoint(**kwargs)

  

  Deletes a private graph endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/neptune-graph-2023-11-29/DeletePrivateGraphEndpoint>`_  


  **Request Syntax**
  ::

    response = client.delete_private_graph_endpoint(
        graphIdentifier='string',
        vpcId='string'
    )
    
  :type graphIdentifier: string
  :param graphIdentifier: **[REQUIRED]** 

    The unique identifier of the Neptune Analytics graph.

    

  
  :type vpcId: string
  :param vpcId: **[REQUIRED]** 

    The ID of the VPC where the private endpoint is located.

    

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

    
    ::

      {
          'vpcId': 'string',
          'subnetIds': [
              'string',
          ],
          'status': 'CREATING'|'AVAILABLE'|'DELETING'|'FAILED',
          'vpcEndpointId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **vpcId** *(string) --* 

        The ID of the VPC where the private endpoint was deleted.

        
      

      - **subnetIds** *(list) --* 

        The subnet IDs involved.

        
        

        - *(string) --* 
    
      

      - **status** *(string) --* 

        The status of the delete operation.

        
      

      - **vpcEndpointId** *(string) --* 

        The ID of the VPC endpoint that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`NeptuneGraph.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`NeptuneGraph.Client.exceptions.ConflictException`

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

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

  