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

    Interface DeleteProject

    interface DeleteProject {
        enableUndo?: boolean;
        projectIdOrKey: string | number;
    }
    Index

    Properties

    enableUndo?: boolean

    Whether this project is placed in the Jira recycle bin where it will be available for restoration.

    projectIdOrKey: string | number

    The project ID or project key (case sensitive).