Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations/{vid} \ --header 'Authorization: Bearer <token>'
IDを指定してバリエーションを削除します。バリエーションが存在しない場合は 204 を返します。親機能フラグが存在しない場合は 404 を返します。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
親機能フラグのIDです。
削除するバリエーションのID。
バリエーションが正常に削除されました。