Removes a searchable key from a customer profile.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, DeleteProfileKeyCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, DeleteProfileKeyCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new DeleteProfileKeyCommand(input); const response = await client.send(command);
DeleteProfileKeyCommandInput for command's input shape.
input
DeleteProfileKeyCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Removes a searchable key from a customer profile.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, DeleteProfileKeyCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, DeleteProfileKeyCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new DeleteProfileKeyCommand(input); const response = await client.send(command);
DeleteProfileKeyCommandInput for command's
input
shape.DeleteProfileKeyCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.