Skip to main content
Stop a subscription started with parsedTransactionSubscribe. Notifications stop immediately. Closing the connection removes all of its subscriptions, so you only need this method to stop one subscription while keeping others on the same connection alive.

Body

array
obrigatório
A single-element array containing the integer subscription id returned by parsedTransactionSubscribe.

Response

boolean
true if the subscription existed and was yours.