deleteNetworkMigrationDefinition
abstract suspend fun deleteNetworkMigrationDefinition(input: DeleteNetworkMigrationDefinitionRequest): DeleteNetworkMigrationDefinitionResponse
Deletes a network migration definition. This operation removes the migration definition and all associated metadata.
Samples
// Sample DeleteNetworkMigrationDefinition call
val resp = mgnClient.deleteNetworkMigrationDefinition {
networkMigrationDefinitionId = "nmd-01234567891234567"
}Content copied to clipboard