v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Terminate a tenant practitioner specialty with cascading support
Terminates a tenant practitioner specialty and optionally cascades the termination to related specialties at the group, location, and network levels.
put/practitioners/tenant-practitioner-specialties/terminate
Headers
tenant-idstring
Request body
Example request
{
"tenantPractitionerSpecialtyId": "tps_abc123",
"terminationDate": "2025-10-25",
"terminationReason": "Practitioner left practice",
"terminationInformedDate": "2025-10-20",
"groupTerminations": [
{
"tenantGroupPractitionerId": "tgp_abc123",
"tenantSpecialtyId": "ts_abc123",
"tenantGroupPractitionerSpecialtyId": "tgps_abc123",
"tenantGroupPractitionerNetworkId": "tgpn_abc123",
"tenantGroupPractitionerLocationId": "tgpl_abc123",
"tenantGroupLocationPractitionerNetworkId": "tglpn_abc123",
"tenantGroupPractitionerLocationSpecialtyId": "tgpls_abc123"
}
]
}Response
Tenant practitioner specialty terminated successfully