mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Merge pull request #1335 from Unleash/ivarconr-patch-2
doc: Fix delete call for deleting feature toggles
This commit is contained in:
commit
41d673ec6c
@ -39,6 +39,6 @@ Response: **200 OK** - When feature toggle was successfully revived.
|
||||
|
||||
### Delete an archivied feature toggle
|
||||
|
||||
`POST http://unleash.host.com/api/admin/archive/revive/:featureName`
|
||||
`DELETE http://unleash.host.com/api/admin/archive/:featureName`
|
||||
|
||||
Will fully remove the feature toggle and associated configuration. Impossible to restore after this action.
|
||||
|
Loading…
Reference in New Issue
Block a user