Open Context Protocol is live! 🚀 Read the launch post

deleteProject

Delete project

DELETE /rest/api/3/project/{projectIdOrKey} HTTP/1.1

Parameters

{
  "projectIdOrKey": {
    "description": "The project ID or project key (case sensitive).",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "enableUndo": {
    "description": "Whether this project is placed in the Jira recycle bin where it will be available for restoration.",
    "required": false,
    "location": "query",
    "type": "boolean"
  }
}