Skip to content

Delete App

pinpoint_delete_app R Documentation

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.

Value

A list with the following syntax:

list(
  ApplicationResponse = list(
    Arn = "string",
    Id = "string",
    Name = "string",
    tags = list(
      "string"
    ),
    CreationDate = "string"
  )
)

Request syntax

svc$delete_app(
  ApplicationId = "string"
)