Skip to main content
DELETE
/
widget-studio-templates
/
{studioTemplateId}
Delete widget studio template
curl --request DELETE \
  --url https://api.kameleoon.com/widget-studio-templates/{studioTemplateId} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studioTemplateId
integer<int64>
required

Id of the widget studio template object

Response

OK