Delete project

DELETE
/api/v2/projects/:projectKey

Delete a project by key. Use this endpoint with caution. Deleting a project will delete all associated environments and feature flags. You cannot delete the last project in an account.

Path parameters

projectKeystringRequired

The project key

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with