---
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 the location name, address summary, networks/plans the location participates in via the facility, and whether the location is already terminated.

## 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/versions/3d27e9019c7b/schema)
