Skip to content

Uninstall a module (removes the row + the fetched dir)

DELETE
/admin/v1/modules/{name}
curl --request DELETE \
--url https://your-store.example.com/admin/v1/modules/example
name
required
string
dropData
boolean

When true, also drops the module DB schema (mod_) + role. Without this flag the schema/data is preserved (orphaned but recoverable) — no silent data loss.