For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Address

POST {{apiUrl}}patient/addresses/delete

Request Body

Name
Type
Description

apikey*

String

Authentication token

patient_id*

String

Unique ID of patient

address_id*

String

Unique ID of address

{
    "status_code": "1",
    "status_message": "Address deleted successfully",
    "datetime": "2023-10-31 12:16:39",
    "data": null
}
{
    "status_code": "0",
    "status_message": "Invalid Patient Key",
    "datetime": "2023-10-31 10:57:03",
    "data": null
}

Last updated