DELETE /api/Patient/DeletePatient

DELETE /api/Patient/DeletePatient

Query parameters

  • id integer(int32)

Responses

  • Success

  • Not Found

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
  • 500

    Server Error

DELETE /api/Patient/DeletePatient
curl \
 -X DELETE http://api.example.com/api/Patient/DeletePatient \
 -H "Authorization: $API_KEY"