curl --request DELETE \
--url https://api.decodahealth.com/user/patient/tags/{tag_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{}Delete a patient tag. This will also remove all associations with patients.
curl --request DELETE \
--url https://api.decodahealth.com/user/patient/tags/{tag_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{}