Skip to content

Delete Clinician

Request

Removes a clinician from a clinic

Security
sessionToken
Path
clinicIdstring^[a-f0-9]{24}$required
clinicianIdstring^([0-9a-f]{10}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-...required
curl -i -X DELETE \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/clinicians/{clinicianId}' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE'

Responses

OK