Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_delete_user_endpoints: Deletes all the endpoints that are associated with a specific user ID

Description

Deletes all the endpoints that are associated with a specific user ID.

Usage

pinpoint_delete_user_endpoints(ApplicationId, UserId)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

UserId

[required] The unique identifier for the user.

Request syntax

svc$delete_user_endpoints(
  ApplicationId = "string",
  UserId = "string"
)