# Delete an enterprise by ID and return operation result Delete the enterprise identified by enterpriseId. Returns 204 on success or 404 if not found. Endpoint: DELETE /enterprise/deleteenterprise/{enterpriseId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `enterpriseId` (string, required) Enterprise identifier Example: "E0000090" ## Response 200 fields (application/json): - `message` (string) Example: "Enterprise deleted successfully" ## Response 400 fields (application/json): - `error` (string) Example: "Invalid credentials" ## Response 404 fields (application/json): - `error` (string) Example: "Invalid credentials"