curl --request DELETE \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations/{vid} \
--header 'Authorization: Bearer <token>'Delete a variation by ID. Returns 204 if the variation does not exist. Returns 404 if the parent feature flag does not exist.
curl --request DELETE \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations/{vid} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the parent feature flag.
The ID of the variation to delete.
Variation successfully deleted.
Cette page vous a-t-elle été utile ?