mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-24 20:06:55 +01:00
534 B
534 B
| title |
|---|
| /api/admin/archive |
import SearchPriority from '@site/src/components/SearchPriority';
Revive feature flag
POST http://unleash.host.com/api/admin/archive/revive/:featureName
Response: 200 OK - When feature flag was successfully revived.
Delete an archived feature flag
DELETE http://unleash.host.com/api/admin/archive/:featureName
Will fully remove the feature flag and associated configuration. Impossible to restore after this action.