Delete App
opsworks_delete_app | R Documentation |
Deletes a specified app¶
Description¶
Deletes a specified app.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
Usage¶
opsworks_delete_app(AppId)
Arguments¶
AppId |
[required] The app ID. |
Value¶
An empty list.
Request syntax¶
svc$delete_app(
AppId = "string"
)