Skip to main content
DELETE
/
project-theme-config
/
{projectId}
Delete project theme config
curl --request DELETE \
  --url https://api.kameleoon.com/project-theme-config/{projectId}
{
  "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

projectId
integer<int64>
required

The Id of the theme object

Response

OK