Skip to main content

Delete project

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

Authorization

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

Permanently delete the provided project. All feature flags in the project must be archived before you can delete it. This permanently deletes the project and its archived flags. It can not be undone.

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 DELETE '<your-unleash-url>/api/admin/projects/:projectId' \
-H 'Authorization: <API_KEY_VALUE>'