Go to documentation repository
DELETE http://IP-address:port/prefix/archive/contents/bookmarks/
Parametr파라미터 | Required필수 | Description설명 |
---|---|---|
begins_at | Yes | Parameters must strictly match the created bookmark (see 매개변수는 생성된 북마크와 정확히 일치해야 합니다 (아카이브에서 북마크 가져오기 참조). |
ends_at | Yes | |
storage_id | Yes | |
endpoint | Yes |
The bookmark itself will not be deleted.
북마크 자체는 삭제되지 않습니다.
샘플 요청Sample request:
Code Block |
---|
DELETE http://127.0.0.1:80/archive/contents/bookmarks/?begins_at=20190320T114213.645&ends_at=20190320T114700.481&storage_id=hosts/Server1/MultimediaStorage.AliceBlue/MultimediaStorage&endpoint=hosts/Server1/DeviceIpint.7/SourceEndpoint.video:0:0 |
...