Skip to main content

@slack/web-api / WorkflowsFeaturedRemoveArguments

Interface: WorkflowsFeaturedRemoveArguments

Defined in: src/types/request/workflows.ts:26

Extends

  • TokenOverridable

Properties

channel_id

channel_id: string;

Defined in: src/types/request/workflows.ts:30

Description

Channel to remove featured workflow from.


token?

optional token: string;

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

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

trigger_ids

trigger_ids: string[];

Defined in: src/types/request/workflows.ts:35

Description

Comma-separated array of trigger IDs to remove; max 15

Example

["Ft012345", "Ft012346"]