DataZone / Client / delete_environment_profile

delete_environment_profile#

DataZone.Client.delete_environment_profile(**kwargs)#

Deletes an environment profile in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

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

  • identifier (string) –

    [REQUIRED]

    The ID of the environment profile that is deleted.

Returns:

None

Exceptions