Skip to content

Delete Profile Object Type

customerprofiles_delete_profile_object_type R Documentation

Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type

Description

Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type. It also disables integrations from this specific ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that were populated from this ProfileObjectType.

Usage

customerprofiles_delete_profile_object_type(DomainName, ObjectTypeName)

Arguments

DomainName

[required] The unique name of the domain.

ObjectTypeName

[required] The name of the profile object type.

Value

A list with the following syntax:

list(
  Message = "string"
)

Request syntax

svc$delete_profile_object_type(
  DomainName = "string",
  ObjectTypeName = "string"
)