Required. Name of the operation to be deleted, in the format projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}.
Authorization requires the following IAM permission on the specified resource name:
healthcare.fhirStores.deleteFhirOperation
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-21 UTC."],[[["This API endpoint deletes FHIR operations, adhering to the FHIR bulk data delete request specification."],["A successful deletion returns a confirmation, while attempting to delete a completed or already cancelled operation results in an error response."],["The operation to be deleted is identified by its name, structured as `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}`."],["Deleting a FHIR operation requires the `healthcare.fhirStores.deleteFhirOperation` IAM permission."],["The request must be empty and requires one of the following OAuth scopes `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]