Skip to content

Commit

Permalink
Merge pull request #1335 from Unleash/ivarconr-patch-2
Browse files Browse the repository at this point in the history
doc: Fix delete call for deleting feature toggles
  • Loading branch information
thomasheartman committed Feb 7, 2022
2 parents fa95a71 + 2bc7b95 commit 41d673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/admin/feature-toggles-archive-api.md
Expand Up @@ -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.

0 comments on commit 41d673e

Please sign in to comment.