jira.js
    Preparing search index...

    Function deleteAvatar

    • Deletes an avatar from a project, issue type or priority.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: {
            id: number;
            owningObjectId: string;
            type: "priority" | string & {} | "project" | "issuetype";
        }
        • id: number

          The ID of the avatar.

        • owningObjectId: string

          The ID of the item the avatar is associated with.

        • type: "priority" | string & {} | "project" | "issuetype"

          The avatar type.

      • Optionaloptions: RequestOptions

      Returns Promise<void>