v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility
Terminate a facility's participation in a network
Terminates the facility's enrollment in the specified network from the given termination date. Cascades termination to all associated facility locations (TenantGroupLocationFacilityNetwork) and all facility-practitioners in that network (TenantGroupLocationPractitionerNetwork and TenantGroupPractitionerNetwork). The facility's location enrollments and practitioner associations are preserved — only their network participation is terminated. All operations are executed as a single atomic batch transaction.
post/facilities/{id}/networks/{networkId}/terminate
Path parameters
idstring required
Certify facility ID
networkIdstring required
Certify network ID to terminate participation in
Headers
tenant-idstring
Request body
Example request
{
"terminationDate": "2026-04-01",
"terminationInformedDate": "2026-03-01",
"terminationReason": "Contract Expired",
"comments": "Facility requested withdrawal effective end of Q1 2026"
}Response
Facility network participation successfully terminated