Skip to main content

Archives a feature

DELETE <your-unleash-url>/api/admin/archive/:featureName

Authorization

name: Authorizationtype: apiKeyin: header

This endpoint archives the specified feature.

Request

Path Parameters

  • featureName string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
featureName — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/archive/:featureName' \
-H 'Authorization: <API_KEY_VALUE>'