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
}
Last updated
Was this helpful?