Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_delete_segment: Deletes a segment from an application

Description

Deletes a segment from an application.

Usage

pinpoint_delete_segment(ApplicationId, SegmentId)

Arguments

ApplicationId

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

SegmentId

[required] The unique identifier for the segment.

Request syntax

svc$delete_segment(
  ApplicationId = "string",
  SegmentId = "string"
)