v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Terminate practitioner from network/location/group_locations
Accepts terminationType and updates relevant records with termination details.
put/practitioners/terminate
Headers
tenant-idstring
Request body
Example request
{
"networkId": "network_abc",
"tenantGroupLocationId": "tgl_abc",
"tenantPractitionerId": "tp_abc",
"tenantGroupId": "tg_abc",
"terminationType": "NETWORK",
"terminationDate": "2025-10-25",
"terminationReason": "reasons",
"terminationInformedDate": "2025-10-25",
"tenantSpecialtyId": "ts_abc",
"tenantGroupPractitionerLocationId": "tgpl_abc",
"tenantGroupPractitionerNetworkId": "tgp_abc",
"tenantGroupLocationPractitionerNetworkId": "tgpl_abc",
"tenantGroupPractitionerLocationSpecialtyId": "tgpl_abc",
"tenantGroupPractitionerSpecialtyId": "tgpl_abc",
"tenantPractitionerSpecialtyId": "ps_abc"
}Response
Termination updated