CLI: Theme delete is not possible anymore with specified Theme ID

I have reproduced the issue on the latest CLI version.

Yes, I am on the latest version

I have searched existing posts and this report is not a duplicate.

Yes, this isn’t a duplicate

In which of these areas are you experiencing a problem?

Theme

Expected behavior

Theme with specified ID should be deleted

Actual behavior

Command fails

Reproduction steps

$ shopify theme delete 1XXXXXXX

Verbose output

2025-10-27T16:20:40.691Z: ‘Did you mean’ options: [{“score”:11,“cmd”:“theme:delete”},{“score”:7,“cmd”:“theme:dev”},{“score”:7,“cmd”:“theme:duplicate”},{“score”:7,“cmd”:“theme:metafields:pull”},{“score”:6,“cmd”:“theme:console”},{“score”:6,“cmd”:“theme:profile”},{“score”:5,“cmd”:“theme:info”},{“score”:5,“cmd”:“theme:init”},{“score”:5,“cmd”:“theme:list”},{“score”:5,“cmd”:“theme:open”},{“score”:5,“cmd”:“theme:pull”},{“score”:5,“cmd”:“theme:push”},{“score”:5,“cmd”:“theme:check”},{“score”:5,“cmd”:“theme:share”},{“score”:5,“cmd”:“theme:rename”},{“score”:5,“cmd”:“theme:package”},{“score”:5,“cmd”:“theme:publish”},{“score”:5,“cmd”:“theme:language-server”},{“score”:3,“cmd”:“app:dev:clean”},{“score”:2,“cmd”:“help”},{“score”:2,“cmd”:“app:dev”},{“score”:2,“cmd”:“app:deploy”},{“score”:2,“cmd”:“app:release”},{“score”:2,“cmd”:“hydrogen:dev”},{“score”:2,“cmd”:“hydrogen:deploy”},{“score”:2,“cmd”:“hydrogen:debug:cpu”},{“score”:2,“cmd”:“app:function:schema”},{“score”:2,“cmd”:“hydrogen:setup:vite”},{“score”:2,“cmd”:“app:generate:extension”},{“score”:2,“cmd”:“hydrogen:generate:route”},{“score”:2,“cmd”:“hydrogen:generate:routes”}]
? Command theme delete XXX not found. Did you mean theme delete?

(y) Yes, confirm
(n) No, cancel

Press ↑↓ arrows to select, enter or a shortcut to confirm.

Operating system

MacOS 26.0.1 (25A362)

CLI version

3.86.1

Shell

zsh

Nodejs version

24.10

What language and version are you using in your application?

JS

Hi @Sipp, does it work if you pass the theme flag? shopify theme delete -t 123456789

Hi @Josh-Shopify , that works!

1 Like