accountUnsubscribe
Unsubscribe from account change notifications
Parameters
number
(required)
number
(required)Description: ID of the account subscription to cancel.
Result
The result will return a <bool>
indicating the success of the unsubscribe operation.
true
: Unsubscribe operation succeeded.false
: Unsubscribe operation failed.
Code Sample
Request Example:
Response Example:
Notes
The
id
provided in the parameters should match the subscription ID obtained during the initial subscription process.The response will confirm if the subscription was successfully canceled.
Last updated