AWS SDK for .NET Documentation
DeleteTopic Method (request)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceClientDeleteTopic(DeleteTopicRequest) Did this page help you?   Yes   No    Tell us about it...
Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers.
Declaration Syntax
C#
public DeleteTopicResponse DeleteTopic(
	DeleteTopicRequest request
)
Parameters
request (DeleteTopicRequest)
Delete Topic request
Return Value
Delete Topic Response from the service
Remarks
This operation is idempotent, so deleting a topic that does not exist will not result in an error.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)