jira.js
    Preparing search index...

    Function deleteOrganization

    • This method deletes an organization. Note that the organization is deleted regardless of other associations it may have. For example, associations with service desks.

      Permissions required: Jira administrator.

      Parameters

      • client: Client
      • parameters: { organizationId: number }
        • organizationId: number

          The ID of the organization.

      • Optionaloptions: RequestOptions

      Returns Promise<void>