Archives a project. You can't delete a project if it's archived. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI.Permissions required:Administer Jiraglobal permission.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'http:///rest/api/3/project//archive'
响应示例响应示例
204 - 示例 1
null
请求参数
Path 参数
返回响应
🟢204Returned if the request is successful.
application/json
Body
🟠400Returned if the request is not valid.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permissions.