# Delete Patient Deletes patient from a clinic. Requires the request to be made by a clinic admin or the currently authenticated user id to match the patient id. Endpoint: DELETE /v1/clinics/{clinicId}/patients/{patientId} Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) - `patientId` (string, required)