AppConfig / Client / delete_experiment_definition

delete_experiment_definition

AppConfig.Client.delete_experiment_definition(**kwargs)

Deletes an experiment definition. You can archive the definition to hide it from the active list while preserving it for future reference, or permanently delete it along with all associated run history.

See also: AWS API Documentation

Request Syntax

response = client.delete_experiment_definition(
    ApplicationIdentifier='string',
    ExperimentDefinitionIdentifier='string',
    DeleteType='ARCHIVE'|'DESTROY'
)
Parameters:
  • ApplicationIdentifier (string) –

    [REQUIRED]

    The application ID or name.

  • ExperimentDefinitionIdentifier (string) –

    [REQUIRED]

    The experiment definition ID or name.

  • DeleteType (string) – The type of deletion to perform. Valid values include archive (hide but preserve) and permanent (delete permanently).

Returns:

None

Exceptions