Delete Application
appregistry_delete_application | R Documentation |
Deletes an application that is specified either by its application ID, name, or ARN¶
Description¶
Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.
Usage¶
Arguments¶
application
[required] The name, ID, or ARN of the application.
Value¶
A list with the following syntax:
list(
application = list(
id = "string",
arn = "string",
name = "string",
description = "string",
creationTime = as.POSIXct(
"2015-01-01"
),
lastUpdateTime = as.POSIXct(
"2015-01-01"
)
)
)