Is there any to remove a channel? For instance, say I have 4 channels and the 1st should remain running. I then create a 5th channel in my current app, but want to close & rerun. Can I remove the current channel (5th) so when I rerun it doesn't remove the 1st channel?
I was looking into the NotificationsApi to access & connect onto an existing channel, but all the existing channels have a null connectUri - I assume because they were created with a different Token. Can you connect onto a channel created with a different Token?
Show user's channels for this specific token or across all tokens for this user and app. Channel Ids for other access tokens will not be shown, but will be presented to show their existence. Valid values: token, oauthclient
Yep - thanks. So, if using the oauthclient parameter, can you use one of the other channels that was created with a different Token? Or is there another way to use one of these channels?
Thank you for the information. Since there is a limit of 5 channels per user and app, it would be nice to be able to delete a channel created by the current token.