Soft-delete marks org as deleted; data retention & legal holds still enforced accordingly.
curl --location --request DELETE 'http://localhost:3000/api/orgs/?orgId' \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"message": "Organiaztion deleted successfully",
"data": {}
}