v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGroup
Terminate group specialties from network participation
Terminates one or more specialties from a group for network participation. Applies effective-dated termination at group–network association; optionally at group-location and group-level. Previous state is preserved for audit.
post/groups/{id}/specialties/terminate
Path parameters
idstring required
Group ID
Headers
tenant-idstring
Request body
Example request
{
"specialtyIds": [
"207Q00000X",
"208D00000X"
],
"networkIds": [
"net_001",
"net_002"
],
"terminationInformedDate": "2024-01-15",
"terminationEffectiveDate": "2024-02-01",
"terminationReason": "SPECIALTY_DISCONTINUED"
}Response
Group specialties successfully terminated
Example response
{
"groupId": "grp_123",
"terminationEffectiveDate": "2024-02-01",
"terminatedSpecialtyIds": [
"207Q00000X",
"208D00000X"
]
}