{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-delete-application-request-structure.json", "title": "DeleteApplicationRequest", "description": "Request to delete a migration application", "type": "record", "fields": { "applicationID": { "type": "string", "description": "Application ID to delete" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }