Tidepool API/Clinics API//
- Delete Patient Tag From Clinic Patients
Migrate Legacy Clinician Patients
Retrieve Migration Status
Enable Clinics
Trigger initial migration
Get Migration
Update Migration
Remove User from Clinics
Update User Details
List All Clinicians
UpdatePatientSummary
DeletePatientSummary
Create or update a data source for a patient
Update Tier
Assign Patient Tag To Clinic Patients
Update Membership Restrictions
Redox EHR Endpoint
Redox Verify Endpoint
Get EHR Settings
Update EHR Settings
Match Clinic and Patient
Get MRN Settings
Update MRN Settings
Update Patient Count Settings
Refresh Patient Count
Sync EHR Data
Preorder Form Webhook
Get Programs
Get Program Url
Notification Webhook
View PDF Report
Add Service Account
Sync EHR Data for Patient
Merge Clinic
Connect Provider
Delete Patient Tag From C...
Delete a patient tag from all or a subset of clinic patients
Security
sessionToken
Pass an array of patient IDs to target a subset of the clinic patients. Omit request body to target all clinic patients.
Array []
string(Tidepool User ID)read-only^([0-9a-f]{10}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-...
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/delete_tag/{patientTagId}' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '[
"string"
]'