{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-structure/global-accelerator-remove-endpoints-request-structure.json", "name": "RemoveEndpointsRequest", "description": "RemoveEndpointsRequest schema from Amazon Global Accelerator API", "type": "object", "properties": { "EndpointIdentifiers": { "allOf": [ { "$ref": "#/components/schemas/EndpointIdentifiers" }, { "description": "The identifiers of the endpoints that you want to remove." } ] }, "EndpointGroupArn": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The Amazon Resource Name (ARN) of the endpoint group." } ] } }, "required": [ "EndpointIdentifiers", "EndpointGroupArn" ] }