pub async fn plan_delete(
transport: &Transport,
selectors: &[String],
) -> Result<IntegrationPolicyDeletePlan>Expand description
Plan safe, stable-id integration-policy deletion without issuing a
mutation. Each selected object is retained exactly so apply_delete can
reject a Fleet change before it reaches the single-id delete route.