Required. Name of the migration job resource to delete.
Authorization requires the following IAM permission on the specified resource name:
datamigration.migrationjobs.delete
Query parameters
Parameters
requestId
string
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored.
It is recommended to always set this value to a UUID.
The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
force
boolean
The destination CloudSQL connection profile is always deleted with the migration job. In case of force delete, the destination CloudSQL replica database is also deleted.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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 2024-04-17 UTC."],[[["This API endpoint is used to delete a single migration job using a DELETE HTTP request."],["The `name` path parameter is a required string that identifies the migration job to be deleted, and requires the `datamigration.migrationjobs.delete` IAM permission."],["Optional query parameters include `requestId`, for unique request identification, and `force`, which determines if the destination CloudSQL replica database will also be deleted."],["The request body must be empty, and a successful response will contain an instance of an `Operation`."],["The request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]