Skip to main content

@slack/web-api / AdminConversationsBulkDeleteArguments

Interface: AdminConversationsBulkDeleteArguments

Defined in: packages/web-api/src/types/request/admin/conversations.ts:48

Extends​

  • ChannelIDs.TokenOverridable

Properties​

channel_ids​

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

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

Description​

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

Inherited from​

ChannelIDs.channel_ids

token?​

optional token?: string;

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

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token