pinpoint_delete_endpoint: Deletes an endpoint from an application
Description
Deletes an endpoint from an application.
Usage
pinpoint_delete_endpoint(ApplicationId, EndpointId)
Arguments
ApplicationId
[required] The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
EndpointId
[required] The unique identifier for the endpoint.
Request syntax
svc$delete_endpoint(
ApplicationId = "string",
EndpointId = "string"
)