Delete Address

POST https://api.evitalrx.in/v1/patient/addresses/delete

Request Body

NameTypeDescription

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
}

Last updated