What problem does it solve? Resetting a shared Didaxis Studio test environment by hand means deleting programs one at a time through the UI. This Skill automates bulk deletion of every program through the REST API, with a mandatory dry run and explicit confirmation to prevent accidental data loss. ## Core Features & Use Cases - Bulk program deletion: Fetches all program UUIDs with GET /api/programs and deletes each one via DELETE /api/programs/<uuid> in a loop. - Safe dry-run workflow: Runs in dry-run mode by default, listing program counts, UUIDs, and names before any deletion occurs; the --confirm flag is required to actually delete. - Flexible authentication: Loads credentials from .env using DIDAXIS_API_TOKEN or DIDAXIS_EMAIL / DIDAXIS_PASSWORD login. - Use Case: Before a demo on a shared Didaxis test environment, ask the agent to remove all programs; review the dry-run list, confirm, and get a report of deleted and failed counts. ## Quick Start Ask the agent to delete all programs from Didaxis Studio, review the dry-run output it shows you, then confirm to proceed with deletion.