meetings.deleteCollection

DELETE https://relay.bluejeans.com/api/meetings/collection/:idList
Deletes meetings with the given comma-separated list of IDs. A comma-separated list is used for HTTP compliance, which normally disallows method bodies with the DELETE method. Because this method always returns a List of BulkOperationResponse, except in the case of an internal error, this API always returns an HTTP 200. For status on each individual operation, the BulkOperationResponse must be inspected.

inputs

idList

String PATH yes

outputs

application/json List<BulkOperationResponse>