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 endpoint allows for the deletion of a single Database Migration Service connection profile, provided it is not currently used by any active migration jobs."],["The HTTP request method used is `DELETE`, and the target resource's name is specified in the URL path as a required parameter."],["The `requestId` and `force` query parameters are available to manage request uniqueness and control whether CloudSQL replica databases are also deleted, respectively."],["The request body for deleting a connection profile must be empty, and a successful operation returns an `Operation` instance in the response body."],["Deleting a connection profile requires the `datamigration.connectionprofiles.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]