Delete a bulk data export job

delete

/bulk-export/jobs/{Job_ID}

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.

Note: Scopes are not checked in this request. The authorization token must be valid, and the client in the token must match the client that requested the export.

Request

Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

This operation supports the System authorization type.
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
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-request-id, if present.
Back to Top