Delete a project
DELETE/api/delete_project/:guid
Permanently deletes a project: removes its directory from disk, drops its saved node-position/order entries, unregisters it from the hub's project registry, and removes every user's dev clone of it. Commits the deletion to the instance repo, schedules a runtime reload in the background, and emits a project-delete system event.
Request
Responses
- 200
- 404
- 422
Successful Response
Project not found
Validation Error