DataZone / Client / delete_listing

delete_listing#

DataZone.Client.delete_listing(**kwargs)#

Deletes a listing (a record of an asset at a given time).

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the Amazon DataZone domain.

  • identifier (string) –

    [REQUIRED]

    The ID of the listing to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions