Organization delete

delete/Organization/{id}
Page View

This resource defines a group of individuals or clinicians that form an organization of some kind. An organization record may consist of multiple organizations, like an umbrella healthcare organization with multiple physical locations.

You can review, retrieve, create, update, or delete organization records.

delete

Delete a single organization record in your connections system using the id.

Request parameters and payload

cURL request example

bash
1
curl 'https://api.redoxengine.com/fhir/R4/{destinationSlug}/{environmentFlag}/Organization/{id}' \
2
--request DELETE \
3
--header 'Authorization: Bearer $API_TOKEN'

Request Parameters

  • id
    required, string

    Organization identifier

Response fields and example

Example
json
1
"Resource deleted successfully"