Skip to main content

Archive a feature flag

DELETE <your-unleash-url>/api/admin/projects/:projectId/features/:featureName

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

This endpoint archives the specified feature if the feature belongs to the specified project.

Request

Path Parameters

  • projectId string required
  • featureName string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

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