AWS SDK for .NET Documentation
DeleteApplication Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkClientDeleteApplication(DeleteApplicationRequest) Did this page help you?   Yes   No    Tell us about it...
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
Note:
You cannot delete an application that has a running environment.
Declaration Syntax
C#
public DeleteApplicationResponse DeleteApplication(
	DeleteApplicationRequest request
)
Parameters
request (DeleteApplicationRequest)
Container for the necessary parameters to execute the DeleteApplication service method.
Return Value
The response from the DeleteApplication service method, as returned by ElasticBeanstalk.
Exceptions
ExceptionCondition
OperationInProgressException Unable to perform the specified operation because another operation is already in progress affecting an an element in this activity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)