CloudWatchEvidently / Client / delete_feature

delete_feature

CloudWatchEvidently.Client.delete_feature(**kwargs)

Deletes an Evidently feature.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

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