CloudWatchEvidently / Client / delete_segment

delete_segment

CloudWatchEvidently.Client.delete_segment(**kwargs)

Deletes a segment. You can’t delete a segment that is being used in a launch or experiment, even if that launch or experiment is not currently running.

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_segment(
    segment='string'
)
Parameters:

segment (string) –

[REQUIRED]

Specifies the segment to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions