pub async fn archive_project(
configuration: &Configuration,
project_id_or_key: &str,
) -> Result<Value, Error<ArchiveProjectError>>
Expand description
Archives a project. Archived projects cannot be deleted. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI. Permissions required: Administer Jira global permission.