Skip to main content

Archive a feature flag

DELETE 

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

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

Request

Path Parameters

    projectId stringrequired
    featureName stringrequired

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/features/:featureName' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!