Skip to main content

Interface: FilesCommentsDeleteArguments

Extends

  • FileArgument.TokenOverridable

Properties

file

file: string;

Description

Encoded file ID.

Inherited from

FileArgument.file

Defined in

packages/web-api/src/types/request/files.ts:13


id

id: string;

Description

The ID of the comment to delete.

Defined in

packages/web-api/src/types/request/files.ts:179


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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