Delete Theme

Delete a specific theme using its unique identifier.

🔒

Requires write_themes access scope. More access scope

The Delete Theme API allows users to remove a theme from the store. This action cannot be undone, so ensure that the theme is no longer needed before deleting it.

This API is especially useful for:

  1. Managing and cleaning up unused themes in the store.
  2. Automating the deletion of outdated or unneeded themes.

Request Parameters

Public Request Parameters

📘

ParameterTypeRequiredExampleDescription
theme_idstringYes1500021b-88ed-4750-bbc5-97ec98351dc0Theme's unique identifier.

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"Status code of the response
messagestring"OK"Descriptive message of the response

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!