Skip to main content

Archive project

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

Authorization

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

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

Request

Path Parameters

  • projectId 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
curl / cURL
curl -L -X POST '<your-unleash-url>/api/admin/projects/archive/:projectId' \
-H 'Authorization: <API_KEY_VALUE>'