CustomerProfiles / Client / delete_domain_object_type

delete_domain_object_type

CustomerProfiles.Client.delete_domain_object_type(**kwargs)

Delete a DomainObjectType for the given Domain and ObjectType name.

See also: AWS API Documentation

Request Syntax

response = client.delete_domain_object_type(
    DomainName='string',
    ObjectTypeName='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The unique name of the domain.

  • ObjectTypeName (string) –

    [REQUIRED]

    The unique name of the domain object type.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CustomerProfiles.Client.exceptions.BadRequestException

  • CustomerProfiles.Client.exceptions.AccessDeniedException

  • CustomerProfiles.Client.exceptions.ResourceNotFoundException

  • CustomerProfiles.Client.exceptions.ThrottlingException

  • CustomerProfiles.Client.exceptions.InternalServerException