1
0
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:
Thomas Heartman 2022-02-07 09:12:31 +01:00 committed by GitHub
commit 41d673ec6c
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.