appregistry_delete_application {paws.management} | 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.
See https://www.paws-r-sdk.com/docs/appregistry_delete_application/ for full documentation.
Usage
appregistry_delete_application(application)
Arguments
application |
[required] The name, ID, or ARN of the application. |
[Package paws.management version 0.9.0 Index]