Delete Variant.
Deleting a variant is permanent and cannot be undone.
Path parameters
-
The ID of the team that the variant belongs to.
-
The experiment key that the variants belong to.
-
The variant key to show.
DELETE /api/teams/{team}/experiments/{experiment}/variants/{variant}
curl \
-X DELETE https://checkmango.com/api/teams/11/experiments/magni/variants/odit \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (403)
{
"message": "Unauthenticated."
}
Response examples (404)
{
"message": "Not Found"
}