Skip to main content

Interface: FilesCommentsDeleteArguments

Defined in: packages/web-api/src/types/request/files.ts:177

Extends

  • FileArgument.TokenOverridable

Properties

file

file: string;

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

Description

Encoded file ID.

Inherited from

FileArgument.file

id

id: string;

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

Description

The ID of the comment to delete.


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