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