Skip to content

Delete Endpoint

sns_delete_endpoint R Documentation

Deletes the endpoint for a device and mobile app from Amazon SNS

Description

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.

Usage

sns_delete_endpoint(EndpointArn)

Arguments

EndpointArn

[required] EndpointArn of endpoint to delete.

Value

An empty list.

Request syntax

svc$delete_endpoint(
  EndpointArn = "string"
)