Skip to main content

@slack/web-api / SlackListsItemsDeleteMultipleArguments

Interface: SlackListsItemsDeleteMultipleArguments

Defined in: src/types/request/slackLists.ts:466

Extends

  • TokenOverridable

Properties

ids

ids: string[];

Defined in: src/types/request/slackLists.ts:475

Description

IDs of the items to delete.


list_id

list_id: string;

Defined in: src/types/request/slackLists.ts:470

Description

Encoded ID of the List.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token