Skip to main content
DELETE
/
experiments
/
{experimentId}
Delete experiment
curl --request DELETE \
  --url https://api.kameleoon.com/experiments/{experimentId} \
  --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

experimentId
integer<int64>
required

Response

OK