interface DeleteProject {
    enableUndo?: boolean;
    projectIdOrKey: string;
}

Properties

enableUndo?: boolean

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

projectIdOrKey: string

The project ID or project key (case sensitive).