jira.js
    Preparing search index...

    Function deleteRemoteLinkById

    • Delete the Remote Link data currently stored for the given ID.

      Deletion is performed asynchronously. The getRemoteLinkById operation can be used to confirm that data has been deleted successfully (if needed).

      Parameters

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

          The ID of the Remote Link to fetch.

      • Optionaloptions: RequestOptions

      Returns Promise<void>