Delete patient
DELETE/v2/patients/:id
Example:
curl --request DELETE
--url https://api.app.zentake.com/v2/patients/\{id\}
--header 'Content-Type: application/json'
--header 'X-API-KEY: <your_api_key>'
--header 'X-API-SECRET: <your_api_secret>'
Request
Responses
- 204
- 401
- 403
- 404