Delete Event Stream
customerprofiles_delete_event_stream | R Documentation |
Disables and deletes the specified event stream¶
Description¶
Disables and deletes the specified event stream.
Usage¶
customerprofiles_delete_event_stream(DomainName, EventStreamName)
Arguments¶
DomainName |
[required] The unique name of the domain. |
EventStreamName |
[required] The name of the event stream |
Value¶
An empty list.
Request syntax¶
svc$delete_event_stream(
DomainName = "string",
EventStreamName = "string"
)