Permanently delete a project.
curl -X DELETE http://localhost:3000/api/v1/projects/clxyz456 \
-H "Authorization: Bearer <token>"
{
"message": "Project deleted successfully"
}
curl -X DELETE http://localhost:3000/api/v1/projects/clxyz456 \
-H "Authorization: Bearer <token>"
{
"message": "Project deleted successfully"
}