jira.js
    Preparing search index...

    Function removePreference

    • Removes preference of the currently logged in user. Preference key must be provided as input parameters (key). If key parameter is not provided or wrong - status code 404. If preference is unset - status code 204.

      Parameters

      • client: Client
      • parameters: { key?: string }
        • Optionalkey?: string

          Key of the preference to be removed.

      • Optionaloptions: RequestOptions

      Returns Promise<void>