Skip to content

Delete Ml Configuration

cleanroomsml_delete_ml_configuration R Documentation

Deletes a ML modeling configuration

Description

Deletes a ML modeling configuration.

Usage

cleanroomsml_delete_ml_configuration(membershipIdentifier)

Arguments

membershipIdentifier

[required] The membership ID of the of the member that is deleting the ML modeling configuration.

Value

An empty list.

Request syntax

svc$delete_ml_configuration(
  membershipIdentifier = "string"
)