webchannelDelete( )

Deletes a Web channel by channel ID.

Pseudocode
webchannelDelete(
  unsigned int chanType,
  unsigned int refUserOrGroupId,
  unsigned int ChannelId
);
Parameters
  • chanType   The type of channel.

  • refUserOrGroupId   The unique ID of the user or group.

  • ChannelId   The unique ID of the new Web channel.

Returns
None
Remarks

The refUserOrGroupId parameter must be set to an existing user or group ID, depending on chanType.