Skip to content

Delete patient tag

Request

Remove a tag from the patient. This is a soft delete; the tag stops appearing in listings.

Security
PartnerApiKey and PartnerOAuth
Path
patientIdinteger, (int64)required

Patient ID (AccountPatient id)

tagIdinteger, (int64)required

Tag ID

accountIdinteger, (int64)required

Account identifier

curl -i -X DELETE \
  'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/tag/{tagId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Tag deleted successfully

Response
No content