CloudWatchEvidently / Client / delete_feature

delete_feature#

CloudWatchEvidently.Client.delete_feature(**kwargs)#

Deletes an Evidently feature.

See also: AWS API Documentation

Request Syntax

response = client.delete_feature(
    feature='string',
    project='string'
)
Parameters:
  • feature (string) –

    [REQUIRED]

    The name of the feature to delete.

  • project (string) –

    [REQUIRED]

    The name or ARN of the project that contains the feature to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions