Removes an object associated with a profile of a given ProfileObjectType.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, DeleteProfileObjectCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, DeleteProfileObjectCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new DeleteProfileObjectCommand(input); const response = await client.send(command);
DeleteProfileObjectCommandInput for command's input shape.
input
DeleteProfileObjectCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Removes an object associated with a profile of a given ProfileObjectType.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, DeleteProfileObjectCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, DeleteProfileObjectCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new DeleteProfileObjectCommand(input); const response = await client.send(command);
DeleteProfileObjectCommandInput for command's
input
shape.DeleteProfileObjectCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.