Delete Observation
Soft delete a FHIR R6 Observation resource by logical ID.
Endpoint
DELETE /api/fhir/r6-ballot4/Observation/{rid}
Base URL: https://<ddfs-instance-id>.ddfs.<region>.oci.oraclecloud.com/api/fhir/r6-ballot4
Example request: DELETE /api/fhir/r6-ballot4/Observation/00000000-0000-4000-8000-000000000006
Example URL: https://<ddfs-instance-id>.ddfs.<region>.oci.oraclecloud.com/api/fhir/r6-ballot4/Observation/00000000-0000-4000-8000-000000000006
The examples use illustrative identifiers and values.
Headers
{"Accept":"application/fhir+json","Authorization":"Bearer [REDACTED]"}
Parameters
| Parameter | In | Required | Type | Description |
|---|---|---|---|---|
rid |
path | true | uuid | Logical id of the Observation resource. Use the logical id of the resource. |
Authorization
The supported authorization model uses OAuth 2.0 scopes issued by OCI Identity Domains. Send the access token as a bearer token. Resource-server definitions and issued access-token claims use canonical system/... scopes. Client grants and token requests use the corresponding ddfssystem/... form. For examples, see Reference: Authentication and Scopes.
| Context | Scope form |
|---|---|
| Resource-server definition | system/Observation.d |
| Client grant/token request | ddfssystem/Observation.d |
Issued token's scope claim |
system/Observation.d |
Behavior
Soft deletes a Observation resource.
cURL Example
curl.exe `
-sS `
-X DELETE `
https://<ddfs-instance-id>.ddfs.<region>.oci.oraclecloud.com/api/fhir/r6-ballot4/Observation/00000000-0000-4000-8000-000000000006 `
-H 'Accept: application/fhir+json' `
-H 'Authorization: Bearer [REDACTED]'
Status Codes
| Code | Status |
|---|---|
| 204 | No Content on successful delete. |
FHIR Definition
Canonical: https://hl7.org/fhir/6.0.0-ballot4/observation.html