Function delete_project_asynchronously

Source
pub async fn delete_project_asynchronously(
    configuration: &Configuration,
    project_id_or_key: &str,
) -> Result<(), Error<DeleteProjectAsynchronouslyError>>
Expand description

Deletes a project asynchronously. This operation is: * transactional, that is, if part of the delete fails the project is not deleted. * asynchronous. Follow the location link in the response to determine the status of the task and use Get task to obtain subsequent updates. Permissions required: Administer Jira global permission.