There are more AWS SDK examples available in the AWS Doc SDK Examples
Use DeleteApp
with an AWS SDK or CLI
The following code examples show how to use DeleteApp
.
- AWS CLI
-
To delete an application
The following
delete-app
example deletes an application (project).aws pinpoint delete-app \ --application-id
810c7aab86d42fb2b56c8c966example
Output:
{ "ApplicationResponse": { "Arn": "arn:aws:mobiletargeting:us-west-2:AIDACKCEVSQ6C2EXAMPLE:apps/810c7aab86d42fb2b56c8c966example", "Id": "810c7aab86d42fb2b56c8c966example", "Name": "ExampleCorp", "tags": {} } }
-
For API details, see DeleteApp
in AWS CLI Command Reference.
-