Skip to content

Delete Platform Application

sns_delete_platform_application R Documentation

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging)

Description

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.

Usage

sns_delete_platform_application(PlatformApplicationArn)

Arguments

PlatformApplicationArn

[required] PlatformApplicationArn of platform application object to delete.

Value

An empty list.

Request syntax

svc$delete_platform_application(
  PlatformApplicationArn = "string"
)