AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class DeletePlatformApplicationRequest : AmazonSimpleNotificationServiceRequest IRequestEvents
The DeletePlatformApplicationRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeletePlatformApplicationRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
PlatformApplicationArn | System.String |
Gets and sets the property PlatformApplicationArn.
PlatformApplicationArn of platform application object to delete. |
This example shows how to delete a mobile push application.
var snsClient = new AmazonSimpleNotificationServiceClient(); var request = new DeletePlatformApplicationRequest { PlatformApplicationArn = "arn:aws:sns:us-east-1:80398EXAMPLE:" + "app/GCM/TimeCardProcessingApplication" }; snsClient.DeletePlatformApplication(request);
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8