Table of Contents

Class DeleteEndpointRequest

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Container for the parameters to the DeleteEndpoint operation. Deletes the endpoint for a device and mobile app from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.

When you delete an endpoint that is also subscribed to a topic, then you must also unsubscribe the endpoint from the topic.

public class DeleteEndpointRequest : AmazonSimpleNotificationServiceRequest
Inheritance
DeleteEndpointRequest

Constructors

DeleteEndpointRequest()

public DeleteEndpointRequest()

Properties

EndpointArn

Gets and sets the property EndpointArn.

EndpointArn of endpoint to delete.

public string EndpointArn { get; set; }

Property Value

string