curl --request DELETE \
--url https://api.kameleoon.com/variations/{variationId} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"impersonator": "<string>",
"message": "<string>",
"name": "<string>",
"status": "SUCCESS",
"sub": "<string>",
"time": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Delete the variation belonging to the given Id
curl --request DELETE \
--url https://api.kameleoon.com/variations/{variationId} \
--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.
Was this page helpful?