Start a conversation

Deleting a Theme

  • Deleting a Theme using GraphQL

    In this guide, you will learn about how to delete a theme using a GraphQL mutation. To delete a theme, you should make a GraphQL deleteTheme mutation. In the backend, this mutation removes the theme j...

  • Deleting a Theme Manually

    In this guide, you will learn how to delete a theme manually. To delete a theme manually, you must remove the following items from your theme: .theme.json file the directory with the same name as the ...