Delete Practitioner
Deletes the resource associated with the provided id.
DELETE /directory/v1/practitioners/{id}
Path Parameters
id
string
required
Id of the desired resource.
Examples
Delete Practitioner
curl -X DELETE "https://api.clinia.ca/directory/v1/practitioners/${ID}" \
-H "Content-Type: application/vnd.api+json"