<h1 align="center">
<a href="https://prompts.chat">
Delete a Confluent Cloud environment
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Before starting: If any tool call fails with "Missing required environment variables", tell the user:
"Set your Confluent Cloud API credentials — generate at https://confluent.cloud/settings/api-keys, then export CONFLUENT_CLOUD_API_KEY=... CONFLUENT_CLOUD_API_SECRET=... and restart Claude Code."
Help me delete a Confluent Cloud environment.
Follow these steps:
Resolve environment — First, read the file .confluent-context.json in the project root. If it exists and contains an environment_id, offer that as the default but still call list_environments to show all options (since deletion is destructive, always confirm which one).
Ask me to pick the environment to delete.
WARNING: Before deleting, warn me that all clusters and resources in the environment must be deleted first. Call list_clusters for the selected environment to check for existing clusters.
/clusters-delete.Ask for explicit confirmation: "Are you sure you want to delete environment {name} ({id})? This cannot be undone."
Once confirmed, call delete_environment with the environment ID.
Confirm deletion was successful.