:doc:`GlobalAccelerator <../../globalaccelerator>` / Client / remove_custom_routing_endpoints

*******************************
remove_custom_routing_endpoints
*******************************



.. py:method:: GlobalAccelerator.Client.remove_custom_routing_endpoints(**kwargs)

  

  Remove endpoints from a custom routing accelerator.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/RemoveCustomRoutingEndpoints>`_  


  **Request Syntax**
  ::

    response = client.remove_custom_routing_endpoints(
        EndpointIds=[
            'string',
        ],
        EndpointGroupArn='string'
    )
    
  :type EndpointIds: list
  :param EndpointIds: **[REQUIRED]** 

    The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.

    

  
    - *(string) --* 

    

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

    The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`GlobalAccelerator.Client.exceptions.EndpointGroupNotFoundException`

  
  *   :py:class:`GlobalAccelerator.Client.exceptions.EndpointNotFoundException`

  
  *   :py:class:`GlobalAccelerator.Client.exceptions.InternalServiceErrorException`

  
  *   :py:class:`GlobalAccelerator.Client.exceptions.InvalidArgumentException`

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

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

  