{ "$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-delete-custom-routing-endpoint-group-request-structure.json", "name": "DeleteCustomRoutingEndpointGroupRequest", "description": "DeleteCustomRoutingEndpointGroupRequest schema from Amazon Global Accelerator API", "type": "object", "properties": { "EndpointGroupArn": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The Amazon Resource Name (ARN) of the endpoint group to delete." } ] } }, "required": [ "EndpointGroupArn" ] }