v1
latestOpenAPI 3.1.02026-08-063776831.4 MBTerminate a facility location (full or network-only)
Supports two modes controlled by which dates are provided in the request body: (1) Full termination — provide facilityTerminationDate to terminate the facility–location relationship and cascade to all network/plan participation records in one atomic batch. (2) Network-only termination — omit facilityTerminationDate and provide networkTerminationDate. Only network/plan participation records (TenantGroupLocationNetwork, TenantGroupLocationFacilityNetwork) are terminated; the facility–location record itself remains active. Optionally scope to a single network by providing networkId. At least one date field is required. Does not terminate TenantGroupFacilityNetwork (whole-facility network enrollment).
Path parameters
Certify facility ID
Certify location ID
Headers
Request body
Example request
{
"facilityTerminationDate": "2026-04-01",
"networkTerminationDate": "2026-04-01",
"terminationReason": "Contract Expired",
"consentConfirmed": true
}Response
Facility location terminated