Delete Event Stream
| pinpoint_delete_event_stream | R Documentation | 
Deletes the event stream for an application¶
Description¶
Deletes the event stream for an application.
Usage¶
pinpoint_delete_event_stream(ApplicationId)
Arguments¶
ApplicationId | 
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.  | 
Value¶
A list with the following syntax:
list(
  EventStream = list(
    ApplicationId = "string",
    DestinationStreamArn = "string",
    ExternalId = "string",
    LastModifiedDate = "string",
    LastUpdatedBy = "string",
    RoleArn = "string"
  )
)
Request syntax¶
svc$delete_event_stream(
  ApplicationId = "string"
)