Learn R Programming

googlePubsubR (version 0.0.4)

subscriptions_delete: Deletes an existing subscription.

Description

All messages retained in the subscription will be immediately dropped. Calls to Pull after deletion will return NOT_FOUND. After a subscription is deleted, a new one may be created with the same name, but the new one has no association with the old subscription or its topic unless the same topic is specified.

Usage

subscriptions_delete(subscription)

Value

None, called for side effects

Arguments

subscription

character, Subscription Required, subscription name or instance of a Subscription object

See Also

Other Subscription functions: subscriptions_ack(), subscriptions_create(), subscriptions_detach(), subscriptions_exists(), subscriptions_get(), subscriptions_list(), subscriptions_modify_ack_deadline(), subscriptions_modify_pushconf(), subscriptions_patch(), subscriptions_pull(), subscriptions_seek()