subscriptions_delete: Deletes an existing subscription.

View source: R/subscriptions.R

subscriptions_deleteR Documentation

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)

Arguments

subscription

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

Value

None, called for side effects

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()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.