View source: R/pinpoint_operations.R
pinpoint_remove_attributes | R Documentation |
Removes one or more custom attributes, of the same attribute type, from the application. Existing endpoints still have the attributes but Amazon Pinpoint will stop capturing new or changed values for these attributes.
See https://www.paws-r-sdk.com/docs/pinpoint_remove_attributes/ for full documentation.
pinpoint_remove_attributes(
ApplicationId,
AttributeType,
UpdateAttributesRequest
)
ApplicationId |
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console. |
AttributeType |
[required] The type of attribute or attributes to remove. Valid values are:
|
UpdateAttributesRequest |
[required] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.