Skip to main content

Interface: AdminConversationsBulkDeleteArguments

Extends

  • ChannelIDs.TokenOverridable

Properties

channel_ids

channel_ids: [string, ...string[]];

Description

An array of channel IDs (must include at least one ID).

Inherited from

ChannelIDs.channel_ids

Defined in

packages/web-api/src/types/request/common.ts:81


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43