paws.application.integration (version 0.1.0)

sns_unsubscribe: Deletes a subscription

Description

Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.

Usage

sns_unsubscribe(SubscriptionArn)

Arguments

SubscriptionArn

[required] The ARN of the subscription to be deleted.

Request syntax

svc$unsubscribe(
  SubscriptionArn = "string"
)

Details

This action is throttled at 100 transactions per second (TPS).