DataZone / Client / delete_project

delete_project#

DataZone.Client.delete_project(**kwargs)#

Deletes a project in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.delete_project(
    domainIdentifier='string',
    identifier='string',
    skipDeletionCheck=True|False
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

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

  • identifier (string) –

    [REQUIRED]

    The identifier of the project that is to be deleted.

  • skipDeletionCheck (boolean) – Specifies the optional flag to delete all child entities within the project.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions