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, as defined by the FHIR specification and bulk data delete request implementation guide."],["A successful deletion of an in-progress operation will return success, while attempting to delete an already completed or cancelled operation will result in an error."],["The operation to be deleted is identified by its full name, which is a string in the format `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}`."],["To successfully delete a FHIR operation, the user must have the `healthcare.fhirStores.deleteFhirOperation` IAM permission on the specified resource."],["This endpoint requires either the `https://www.googleapis.com/auth/cloud-healthcare` or the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]