Delete a bulk data export job
delete
/bulk-export/jobs/{Job_ID}
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Use the URL returned in the Content-Location header from the kick-off request to delete a bulk data export job (whether the status is in-progress or complete) and any associated files. See the example response for the group export operation.
Request
Path Parameters
-
Job_ID(required):
The logical resource ID.
Header Parameters
-
Accept(required):
The media type to be requested. Refer to what the resource's operation produces for what is supported.
Example:
application/fhir+json -
Authorization(required):
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
Default Response
Example Request:
DELETE https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/bulk-export/jobs/<Job_ID>
Example Response:
Status: 202 Accepted
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-request-id, if present.