Skip to main content

@slack/web-api / SlackListsItemsDeleteArguments

Interface: SlackListsItemsDeleteArguments

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

Extends

  • TokenOverridable

Properties

id

id: string;

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

Description

ID of item to delete.


list_id

list_id: string;

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

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