v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
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

terminationDatestring required

Effective termination date (ISO-8601 format). Can be a past, present, or future date.

terminationInformedDatestring

Date the termination notice was provided (ISO-8601 format)

terminationReasonstring

Reason for termination (free text). Common values include: Contract Expired, Voluntary Withdrawal, Compliance Issue, Administrative Action, Other, Non-Renewal.

commentsstring

Optional free-text comments or notes about the termination; persisted on terminated network records when provided.

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

certifyFacilityIdstring required

Certify facility ID that was terminated

networkIdstring required

Network ID the facility was terminated from

terminationDatestring required

Effective termination date applied to all cascaded records

terminatedLocationsCountinteger required

Number of facility-location network records terminated (TenantGroupLocationFacilityNetwork)

terminatedPractitionersCountinteger required

Number of practitioner network records terminated (TenantGroupLocationPractitionerNetwork + TenantGroupPractitionerNetwork)