latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Facility
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
Example response
{
"certifyFacilityId": "cf_9f1b2c3d",
"networkId": "net-xyz789",
"terminationDate": "2026-08-01",
"terminatedLocationsCount": 3,
"terminatedPractitionersCount": 12
}