delete_application
(**kwargs)¶Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.
See also: AWS API Documentation
Request Syntax
response = client.delete_application(
application='string'
)
[REQUIRED]
The name or ID of the application.
{
'application': {
'id': 'string',
'arn': 'string',
'name': 'string',
'description': 'string',
'creationTime': datetime(2015, 1, 1),
'lastUpdateTime': datetime(2015, 1, 1)
}
}
Response Structure
Information about the deleted application.
The identifier of the application.
The Amazon resource name (ARN) that specifies the application across services.
The name of the application. The name must be unique in the region in which you are creating the application.
The description of the application.
The ISO-8601 formatted timestamp of the moment when the application was created.
The ISO-8601 formatted timestamp of the moment when the application was last updated.
Exceptions
AppRegistry.Client.exceptions.ResourceNotFoundException
AppRegistry.Client.exceptions.ValidationException
AppRegistry.Client.exceptions.InternalServerException