jira.js
    Preparing search index...

    Function deleteUserProperty

    • Removes the property from the user identified by the key or by the id. The user who removes the property is required to have permissions to administer the user.

      Parameters

      • client: Client
      • parameters: { propertyKey: string; userKey?: string; username?: string }
        • propertyKey: string

          The key of the user's property

        • OptionaluserKey?: string

          Key of the user whose property is to be removed

        • Optionalusername?: string

          Username of the user whose property is to be removed

      • Optionaloptions: RequestOptions

      Returns Promise<void>