Jira.js - Jira Cloud API library
    Preparing search index...

    Interface DeleteOrganizationProperty

    interface DeleteOrganizationProperty {
        organizationId: string;
        propertyKey: string;
    }
    Index

    Properties

    organizationId: string

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

    propertyKey: string

    The key of the property to remove.