1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

doc: Fix delete call for deleting feature toggles

Fixes: #1330
This commit is contained in:
Ivar Conradi Østhus 2022-02-04 12:56:58 +01:00 committed by GitHub
parent d8f847d7bd
commit 2bc7b951b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.