Skip to main content

Archive project

POST 

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

Archive the provided project. All feature flags in the project must be archived before you can archive the project.

Request

Path Parameters

    projectId stringrequired

Responses

This response has no body.

Authorization: Authorization

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

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