topics_delete {googlePubsubR} | R Documentation |
Deletes a pub/sub topic
Description
Deletes a pub/sub topic
Usage
topics_delete(topic)
Arguments
topic |
|
Value
None, called for side effects
See Also
Other Topic functions:
topics_create()
,
topics_exists()
,
topics_get()
,
topics_list_subscriptions()
,
topics_list()
,
topics_patch()
,
topics_publish()
[Package googlePubsubR version 0.0.4 Index]