Projects

DELETEDelete a project

Delete a project and its related configuration resources

DELETE/v1/projects/{projectId}
Delete a project
curl --request DELETE \
  --url 'http://localhost:4000/v1/projects/{projectId}' \
  --header 'Authorization: Bearer <token>'
200
application/json
{}

Delete a project

Use this endpoint when you need to remove a FlagForge project and its associated resources. The operation cascades to the project’s environments, flags, segments, API keys, and webhooks.

Because related resources are deleted with the project, confirm that the project and its configuration are no longer needed before making the request. If the project ID does not exist, the API returns a not-found error.

Authentication

Authorizationbearerrequired

Server API key (srv_). See Authentication.

Path Parameters

projectIdstringrequired

Project ID