jira.js
    Preparing search index...

    Function removeAttachment

    • Deletes an attachment from an issue.

      This operation can be accessed anonymously.

      Permissions required: For the project holding the issue containing the attachment:

      • Delete own attachments project permission to delete an attachment created by the calling user.
      • Delete all attachments project permission to delete an attachment created by any user.

      Parameters

      • client: Client
      • parameters: { id: string }
        • id: string

          The ID of the attachment.

      • Optionaloptions: RequestOptions

      Returns Promise<void>