# Delete patient Delete a patient from the account. This removes the patient's association with the account but may not delete the underlying global patient record. Endpoint: DELETE /partner/v2/account/{accountId}/patients/{patientId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `patientId` (integer, required) Patient ID Example: 12345 - `accountId` (integer, required) Account identifier ## Response 204 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields