Skip to main content

@slack/web-api / AppsManifestDeleteArguments

Interface: AppsManifestDeleteArguments

Defined in: packages/web-api/src/types/request/apps.ts:20

Extends​

  • AppID.TokenOverridable

Properties​

app_id​

app_id: string;

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

Description​

The ID of the app.

Inherited from​

AppID.app_id

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