Skip to content

Delete Profile Key

customerprofiles_delete_profile_key R Documentation

Removes a searchable key from a customer profile

Description

Removes a searchable key from a customer profile.

Usage

customerprofiles_delete_profile_key(ProfileId, KeyName, Values,
  DomainName)

Arguments

ProfileId

[required] The unique identifier of a customer profile.

KeyName

[required] A searchable identifier of a customer profile.

Values

[required] A list of key values.

DomainName

[required] The unique name of the domain.

Value

A list with the following syntax:

list(
  Message = "string"
)

Request syntax

svc$delete_profile_key(
  ProfileId = "string",
  KeyName = "string",
  Values = list(
    "string"
  ),
  DomainName = "string"
)