CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.
chalksurf sheet delete [exerciseSheetId]
Delete an exercise sheet after confirmation
exerciseSheetId Exercise sheet ID to delete [string]
--json Write machine-readable JSON to stdout [boolean] [default: false]
--result-file Publish the complete JSON result envelope to a new private file [string]
--base-url Base URL of the ChalkSurf API [string]
--organization Organization ID to use for this command [string]
--profile CLI profile to use for this command [string]
-v, --version Show the CLI version [boolean]
--help Show help [boolean]
--expected-updated-at Expected current sheet updated_at ISO timestamp [string] [required]
--confirm-resource-id Must exactly match the sheet ID being deleted [string] [required]
chalksurf sheet delete 00000000-0000-4000-8000-000000000001 --expected-updated-at 2026-01-01T00:00:00.000Z --confirm-resource-id 00000000-0000-4000-8000-000000000001 --json Delete a sheet with destructive confirmation