Skip to main content
DELETE
/
themes
/
{themeId}
Delete theme
curl --request DELETE \
  --url https://api.kameleoon.com/themes/{themeId}
{
  "code": "<string>",
  "impersonator": "<string>",
  "message": "<string>",
  "name": "<string>",
  "status": "SUCCESS",
  "sub": "<string>",
  "time": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

themeId
integer<int64>
required

The Id of the theme object

Response

OK