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

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the location.
departmentIdstring(Required) The department identifier associated with the location.
practiceIdstring(Required) The practice identifier associated with the location.
typestring(Required) The type of the location.

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Authorizationstring