Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_delete_app: Deletes an application

Description

Deletes an application.

Usage

pinpoint_delete_app(ApplicationId)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request syntax

svc$delete_app(
  ApplicationId = "string"
)