Delete Location by ID
DELETE {{baseUrl}}/api/v2/Location/:location-id?patient=<integer>&departmentId=<integer>&practiceId=<integer>&type=office
Removes a specific location record, facilitating the management of outdated or irrelevant facility 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 location. | |
departmentId | string | (Required) The department identifier associated with the location. | |
practiceId | string | (Required) The practice identifier associated with the location. | |
type | string | (Required) The type of the location. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |