Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/parameters/deleteOrganizationProperty.ts>DeleteOrganizationProperty

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface DeleteOrganizationProperty
import { type DeleteOrganizationProperty } from "https://deno.land/x/jira@v3.0.2/src/serviceDesk/parameters/deleteOrganizationProperty.ts";

Properties

organizationId: string

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

propertyKey: string

The key of the property to remove.