Stay organized with collections
Save and categorize content based on your preferences.
Cancels a EntityReconciliationJob. Success of cancellation is not guaranteed.
HTTP request
POST https://enterpriseknowledgegraph.googleapis.com/v1/{name}:cancel
Path parameters
Parameters
name
string
Required. The name of the EntityReconciliationJob resource. Format: projects/{project}/locations/{location}/entityReconciliationJobs/{entityReconciliationJob} It takes the form projects/{project}/locations/{location}/entityReconciliationJobs/{entityreconciliationjob}.
[[["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 2022-11-08 UTC."],[[["This API endpoint cancels an `EntityReconciliationJob`, but successful cancellation is not assured."],["The request is made via a POST request to the URL `https://enterpriseknowledgegraph.googleapis.com/v1/{name}:cancel`."],["The `name` parameter is a required string representing the resource's identifier, formatted as `projects/{project}/locations/{location}/entityReconciliationJobs/{entityReconciliationJob}`."],["The request body must be empty, and a successful response will also have an empty body."],["The request requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and IAM permission `enterpriseknowledgegraph.entityReconciliationJobs.cancel` on the `name` resource."]]],[]]