Menu
Clinia devGuidesAPI ReferenceAPI Client
Clinia dev
  • Guides
  • API Reference
  • API Client
    • Directory API
  • Endpoints
    • Create Health Facility
    • Read Health Facility
    • Update Health Facility
    • Update Health Facility's Services
    • Delete Health Facility
    • Create Practitioner
    • Read Practitioner
    • Update Practitioner
    • Update Practitioner's Services
    • Update Practitioner's Specialities
    • Update Practitioner's Overspecializations
    • Delete Practitioner
    • Create Sector
    • Read Sector
    • Update Sector
    • Update Sector's Services
    • Delete Sector
    • Create Walk In
    • Read Walk In
    • Update Walk In
    • Delete Walk In
    • Create Practice
    • Delete Practice
    • Read Service
    • List Services
    • Read Specialist
    • List Specialists
    • Read Overspecialization
    • List Overspecializations
  • Data types
    • Health Facilities
    • Overspecializations
    • Practices
    • Practitioners
    • Sectors
    • Services
    • Specialists
    • Walk Ins
    • Common Types

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"
Previous
« Update Sector's Services
Next
Create Walk In »
  • Path Parameters
    • id
  • Examples
    • Delete Sector