class AWS::SNS::Topic

def delete

Returns:
  • (nil) -
def delete
  client.delete_topic(:topic_arn => arn)
  nil
end