Skip to content

jira delete-project

Delete a project.

Description

Delete a project.

Synopsis

jira delete-project
    --site <site>
    <project>
    [--undo]

Arguments

site - (string)

    
     Example: --site "site-1"
     Default: localhost:8081      Attributes: required

project - (string)

     The project ID (case sensitive)
     Example: "project-1"
     Default: _None_      Attributes: required

undo - (bool)

     Whether this project is placed in the Jira recycle bin
     Example: --undo
     Default: false      Attributes: optional

Examples

jira delete-project "project-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "delete"
Service Type "jira"
Service Instance
Namespace
Object Type "project"
Object ID project

Please see Access Control for details.