{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-delete-environment-account-connection-input-structure.json", "name": "DeleteEnvironmentAccountConnectionInput", "description": "DeleteEnvironmentAccountConnectionInput schema from Amazon Proton API", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/EnvironmentAccountConnectionId" }, { "description": "The ID of the environment account connection to delete." } ] } }, "required": [ "id" ] }