EntityResolution / Client / delete_id_namespace

delete_id_namespace#

EntityResolution.Client.delete_id_namespace(**kwargs)#

Deletes the IdNamespace with a given name.

See also: AWS API Documentation

Request Syntax

response = client.delete_id_namespace(
    idNamespaceName='string'
)
Parameters:

idNamespaceName (string) –

[REQUIRED]

The name of the ID namespace.

Return type:

dict

Returns:

Response Syntax

{
    'message': 'string'
}

Response Structure

  • (dict) –

    • message (string) –

      A successful operation message.

Exceptions