Deletes a single Database Migration Service connection profile. A connection profile can only be deleted if it is not in use by any active migration jobs.
[[["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 deletes a single Database Migration Service connection profile, provided it's not actively used by any migration jobs."],["The `name` parameter, which is required, specifies the connection profile to be deleted and also requires specific IAM permissions."],["The request body for this DELETE operation must be empty, and there is the option to add a `requestId` query parameter to help with request identification."],["Deletion can be forced for CloudSQL connection profiles using the `force` query parameter, which will also delete the replica database."],["Upon success, the API returns an `Operation` object, and the operation requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]