AdaptixDeleteStream: Delete an Adaptix stream

Description Usage Arguments Value Examples

Description

Delete an Adaptix stream

Usage

1
2
AdaptixDeleteStream(conn, streamURL = NULL, streamID = NULL,
  verbose = FALSE)

Arguments

conn

a valid Adaptix connection object.

streamURL

the location of the stream, as a URL (as provided in the "href" field of API responses).

streamID

the stream id (ignored if streamURL is provided)

verbose

display HTTP operation details.

Value

the information of the stream that was just deleted, as a list

Examples

1
AdaptixCreateStream(conn = conn, streamID = "123456abcdef", verbose = F)

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.