curl --request DELETE \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id} \
--header 'Authorization: Bearer <token>'Delete a feature flag by ID. Idempotent: returns 204 even if flag does not exist.
curl --request DELETE \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id} \
--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.
このページは役に立ちましたか?