Skip to content

Delete Domain

customerprofiles_delete_domain R Documentation

Description

Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.

Usage

customerprofiles_delete_domain(DomainName)

Arguments

DomainName

[required] The unique name of the domain.

Value

A list with the following syntax:

list(
  Message = "string"
)

Request syntax

svc$delete_domain(
  DomainName = "string"
)