jira.js
    Preparing search index...

    Function deleteProperty

    • Removes an organization property. Organization properties are a type of entity property which are available to the API only, and not shown in Jira Service Management. Learn more.

      For operations relating to organization detail field values which are visible in Jira Service Management, see the Customer Service Management REST API.

      Permissions required: Service Desk Administrator or Agent.

      Note: Permission to manage organizations can be switched to users with the Jira administrator permission, using the Organization management feature.

      Parameters

      • client: Client
      • parameters: { organizationId: string; propertyKey: string }
        • organizationId: string

          The ID of the organization from which the property will be removed.

        • propertyKey: string

          The key of the property to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>