AI-generated Key Takeaways
-
The
RemoveCampaignAutomaticallyCreatedAssetRequest
message is used to remove automatically created assets for a customer's campaign. -
The request includes the
customer_id
, a list ofoperations
specifying which assets to remove, and apartial_failure
flag to control error handling. -
The
operations
field contains a list ofRemoveCampaignAutomaticallyCreatedAssetOperation
messages.
Request message for AutomaticallyCreatedAssetRemovalService.RemoveCampaignAutomaticallyCreatedAsset
.
Fields | |
---|---|
|
Required. The ID of the customer whose assets are being removed. |
|
Required. The list of operations. |
|
Required. If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. |