jira.js
    Preparing search index...

    Function deleteActor

    • Deletes actors (users or groups) from a project role.

      Parameters

      • client: Client
      • parameters: { group?: string; id: number; projectIdOrKey: string; user?: string }
        • Optionalgroup?: string

          The group name to remove from the project role. Use either user or group, but not both

        • id: number

          The project role id

        • projectIdOrKey: string

          The project id or project key

        • Optionaluser?: string

          The user name of the user to remove from the project role. Use either user or group, but not both

      • Optionaloptions: RequestOptions

      Returns Promise<void>