AWS.SNS.TSNSClient.DeleteTopic

Deletes a topic and all its subscriptions.

function DeleteTopic(const ARequest: ISNSDeleteTopicRequest): ISNSDeleteTopicResponse; overload; function DeleteTopic(const ATopicArn: TARN): ISNSDeleteTopicResponse; overload;
__fastcall ISNSDeleteTopicResponse DeleteTopic(const ISNSDeleteTopicRequest ARequest); __fastcall ISNSDeleteTopicResponse DeleteTopic(const TARN ATopicArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSDeleteTopicRequest
A DeleteTopic request object.
const ATopicArn: TARN
The Amazon Resource Name (ARN) of the topic to delete.

Response containing DeleteTopic results.

Exceptions
Description
The user has been denied access to the requested resource.
Multiple operations on a tag can't be performed simultaneously.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
The requested resource does not exist.
A tag has been added to a resource with the same Amazon Resource Name (ARN) as a deleted resource. Wait a short while and retry the operation.
The request rate for this action has exceeded the limit for your AWS account.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.