Removing a data domain profile

You remove a data domain profile with endeca-cmd delete-dd-profile, or with the deleteDataDomainProfile operation of the Cluster Web Service.

Removing the data domain profile does not remove the data domains created using this profile. When the data domain profile is removed, its name can no longer be used to create new data domains. However, you can create a new data domain profile with that name, and use it for the creation of data domains.

To delete a data domain profile:

Use endeca-cmd delete-dd-profile, specifying a profile name.

Alternatively, you can delete a data domain profile with the deleteDataDomainProfile operation of the Cluster Web Service, as shown in this example:

<ns1:deleteDataDomainProfile xmlns:ns1="http://www.endeca.com/endeca-server/cluster/1/0">
<ns1:name>My_test_profile</ns1:name>
</ns1:deleteDataDomainProfile>