Passer au contenu principal
DELETE
https://{tenantDomain}/api/v2
/
experimentation
/
feature-flags
/
{id}
/
variations
/
{vid}
Supprimer une variation.
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations/{vid} \
  --header 'Authorization: Bearer <token>'

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

L’ID du flag de fonctionnalité parent.

vid
string
requis

L’ID de la variation à supprimer.

Réponse

Variation supprimée avec succès.