Delete segment
Removes a recording and the inbox file behind it, so the next scan does not read it back in
DELETE /segments/{id}
note
SDK method: deleteSegment
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Response
200 OK — Returns a SegmentList object.
404 Not Found
409 Conflict