Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_dataflow_endpoint_group

delete_dataflow_endpoint_group(**kwargs)

Deletes a dataflow endpoint group.

See also: AWS API Documentation

Request Syntax

response = client.delete_dataflow_endpoint_group(
    dataflowEndpointGroupId='string'
)
Parameters
dataflowEndpointGroupId (string) --

[REQUIRED]

UUID of a dataflow endpoint group.

Return type
dict
Returns
Response Syntax
{
    'dataflowEndpointGroupId': 'string'
}

Response Structure

  • (dict) --
    • dataflowEndpointGroupId (string) --

      UUID of a dataflow endpoint group.

Exceptions

  • GroundStation.Client.exceptions.InvalidParameterException
  • GroundStation.Client.exceptions.DependencyException
  • GroundStation.Client.exceptions.ResourceNotFoundException