Skip to content

Delete Patient Tag

Request

Removes a patient tag from a clinic and tagged patients

Security
sessionToken
Path
clinicIdstring^[a-f0-9]{24}$required
patientTagIdstring^[a-f0-9]{24}$required
curl -i -X DELETE \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patient_tags/{patientTagId}' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE'

Responses

No content