interface DeleteIssueAttachmentParams {
    attachmentId: number;
    issueIdOrKey: string | number;
}

Properties

attachmentId: number

Attachment file ID 添付ファイルのID

issueIdOrKey: string | number

Issue ID or Issue Key 課題のID または 課題キー