DataZone / Client / delete_form_type

delete_form_type#

DataZone.Client.delete_form_type(**kwargs)#

Delets and metadata form type in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.delete_form_type(
    domainIdentifier='string',
    formTypeIdentifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the Amazon DataZone domain in which the metadata form type is deleted.

  • formTypeIdentifier (string) –

    [REQUIRED]

    The ID of the metadata form type that is deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions