---
title: "Preview facility location termination impact"
method: GET
path: "/facilities/{certifyFacilityId}/locations/{certifyLocationId}/termination-impact"
tags: ["Facility"]
---

# Preview facility location termination impact

`GET /facilities/{certifyFacilityId}/locations/{certifyLocationId}/termination-impact`

Returns a read-only pre-flight summary of what would be affected if the specified facility location were terminated: the location name, address summary, the networks (and optional plan ids) the location participates in via the facility, and whether the location is already terminated. Use this before calling POST .../locations/{certifyLocationId}/terminate to understand the scope of the change — this endpoint makes no changes itself.

## Path parameters

- `certifyFacilityId` string, required
- `certifyLocationId` string, required

## Headers

- `tenant-id` string

## Response `200`

Impact preview

- FacilityLocationTerminationImpactResponse — Preview of networks/plans and address for facility location termination
  - `certifyLocationId` string — Certify location ID
  - `locationName` string — Display name for the location, if available
  - `serviceAddressSummary` string — Summary of the service address, if available
  - `alreadyTerminated` boolean — True if this location is already terminated at the facility
  - `networks` FacilityLocationNetworkImpact[] — Networks (and optional plan ids) the location participates in via the facility
    - `networkId` string — Certify network ID
    - `planIds` string[] — Certify plan IDs when participation is plan-scoped (may be empty)

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Facility or location not found on this facility
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
