slotUnsubscribe
Unsubscribe from slot notifications
Parameters
integer
(required)
integer
(required)The subscription ID to cancel.
Result
Returns a <bool>
indicating whether the unsubscribe operation was successful:
true
: Unsubscribe operation succeeded.false
: Unsubscribe operation failed.
Code Sample
Request Example:
Response Example:
Last updated