Deletes a subscription.

C# |
public class UnsubscribeRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | UnsubscribeRequest()()()() | Initializes a new instance of the UnsubscribeRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetSubscriptionArn()()()() |
Checks if SubscriptionArn property is set
|
![]() | SubscriptionArn |
The ARN of the subscription to be deleted.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithSubscriptionArn(String) | Obsolete.
Sets the ARN of the subscription to be deleted.
|

If the subscription requires authentication for deletion, only the owner
of the subscription or the its 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.

Object | ||
![]() | SNSRequest | |
![]() | UnsubscribeRequest |