delete_profile_object
(**kwargs)¶Removes an object associated with a profile of a given ProfileObjectType.
See also: AWS API Documentation
Request Syntax
response = client.delete_profile_object(
ProfileId='string',
ProfileObjectUniqueKey='string',
ObjectTypeName='string',
DomainName='string'
)
[REQUIRED]
The unique identifier of a customer profile.
[REQUIRED]
The unique identifier of the profile object generated by the service.
[REQUIRED]
The name of the profile object type.
[REQUIRED]
The unique name of the domain.
dict
Response Syntax
{
'Message': 'string'
}
Response Structure
(dict) --
Message (string) --
A message that indicates the delete request is done.
Exceptions
CustomerProfiles.Client.exceptions.BadRequestException
CustomerProfiles.Client.exceptions.AccessDeniedException
CustomerProfiles.Client.exceptions.ResourceNotFoundException
CustomerProfiles.Client.exceptions.ThrottlingException
CustomerProfiles.Client.exceptions.InternalServerException