Delete CareTeam
DELETE {{baseUrl}}/api/v2/CareTeam/:care-team-id?patient=<integer>&departmentId=<integer>
Overview:
Removes a specific care team record, facilitating the management of outdated or irrelevant team information within the system.
This is only supported in ATHENA.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the care team. | |
departmentId | string | (Required) The department identifier |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |