pub async fn projects_delete(
configuration: &Configuration,
project_id: &str,
) -> Result<ProjectDeletionResponse, Error<ProjectsDeleteError>>Expand description
Delete a project by ID (requires organization-scoped API key). Project deletion is processed asynchronously.