deleteHubChannel

Function

Updates an existing Channel from the given IHubChannel object

  • deleteHubChannel(channelId: string, context: IArcGISContext) : Promise<void>

Parameters

Parameter Type Default Notes
channelId Required string

The ID of the channel to delete

context Required IArcGISContext

ArcGIS context

Returns

a promise

Promise<void>

Function defined in common/src/channels/edit.ts:56