DataZone / Client / delete_environment

delete_environment#

DataZone.Client.delete_environment(**kwargs)#

Deletes an environment in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.delete_environment(
    domainIdentifier='string',
    identifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the Amazon DataZone domain in which the environment is deleted.

  • identifier (string) –

    [REQUIRED]

    The identifier of the environment that is to be deleted.

Returns:

None

Exceptions