Skip to main content

Delete project

DELETE /api/admin/projects/:projectId

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

Request

Path Parameters

  • projectId string required
Responses

This response has no body.

Loading...