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 webpage details the process for deleting a Database Migration Service connection profile, which can only be done if it is not in use by any migration jobs."],["The HTTP request to delete a connection profile is a DELETE request made to a specific URL containing the profile's name as a path parameter."],["The request supports two query parameters: `requestId` for request identification and `force` to enforce deletion even for CloudSQL replica databases."],["The request requires an empty body and successful requests return an `Operation` instance."],["Deleting connection profile requires `datamigration.connectionprofiles.delete` IAM permissions and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]